We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as a user, I would like to have my cypher key count reoccurring characters in the pangram again and use them in the cypher.
This should happen when given --count-multi in the arguments.
--count-multi
The encrypted text should also make use of the reoccurring characters and cycle through them in order. (if o = 7, 28 then ooo should output 7.28.7)
o = 7, 28
ooo
7.28.7
if used with --slide [number], the count will not circle back to 1 after 26, but instead will continue counting up
--slide [number]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
as a user, I would like to have my cypher key count reoccurring characters in the pangram again and use them in the cypher.
This should happen when given
--count-multi
in the arguments.The encrypted text should also make use of the reoccurring characters and cycle through them in order. (if
o = 7, 28
thenooo
should output7.28.7
)if used with
--slide [number]
, the count will not circle back to 1 after 26, but instead will continue counting upThe text was updated successfully, but these errors were encountered: