KKlochko
|
0261c97d76
|
Add the option for the gamma cipher.
|
2 years ago |
KKlochko
|
79b72fccca
|
Fix the key parsing in the gamma actions.
|
2 years ago |
KKlochko
|
5843695a40
|
Add the action of decryption for the gamma cipher.
|
2 years ago |
KKlochko
|
4f89fede56
|
Add the action of encryption for the gamma cipher.
|
2 years ago |
KKlochko
|
53f89d4b4f
|
Add a function to decrypt a message with the gamma cipher.
|
2 years ago |
KKlochko
|
bcb347a8d9
|
Add a function to encrypt a message with the gamma cipher.
|
2 years ago |
KKlochko
|
124133a407
|
Refactor the simple substitute to use the decrypt-by-table function.
|
2 years ago |
KKlochko
|
e80e3a6cf0
|
Add the functions to encrypt and decrypt with the gamma cipher.
|
2 years ago |
KKlochko
|
e2e49ec392
|
Add the gamma generator.
|
2 years ago |
KKlochko
|
3a3682f2c4
|
Add the main for the cli module.
|
2 years ago |
KKlochko
|
e70b72f0ec
|
Update the simple substitution cipher to split the decrypt-message.
|
2 years ago |
KKlochko
|
172f85ea6f
|
Add functions to make a frequency map.
|
2 years ago |
KKlochko
|
6f70417b78
|
Add the simple substitution cipher.
|
2 years ago |
KKlochko
|
d357e82b54
|
Add the parser to parse the string as an integer if it's needed.
|
2 years ago |
KKlochko
|
553f4788e4
|
Add a function to invert the table in a decoded json.
|
2 years ago |
KKlochko
|
5a4b88bd08
|
Add the parsers to parse keys.
|
2 years ago |
KKlochko
|
79ae13aa5a
|
Add a generator for the sorted substitution table.
|
2 years ago |
KKlochko
|
126a706292
|
Update the simple substitution cipher to split the functions.
|
2 years ago |
KKlochko
|
178c85b0cb
|
Add the simple substitution cipher.
|
2 years ago |
KKlochko
|
2db631d8da
|
Update the diffs in the CHANGELOG.
|
2 years ago |
KKlochko
|
05009f1a96
|
Update the CI/CD configuration to publish the artifacts to the release.
|
2 years ago |
KKlochko
|
7c19e48828
|
Update the README.
|
2 years ago |
KKlochko
|
40725f55a1
|
Update the version.
|
2 years ago |
KKlochko
|
633cdc471f
|
Update the CHANGELOG.
|
2 years ago |
KKlochko
|
dab131a32e
|
Remove the option for FrequencyAnalyzer.
|
2 years ago |
KKlochko
|
f465d1112e
|
Remove the test for FrequencyAnalyzer.
|
2 years ago |
KKlochko
|
5919ba8864
|
Refactor to move actions to separated files.
|
2 years ago |
KKlochko
|
a56704226b
|
Add the IsNonsense interface for FrequencyAnalyzer.
|
2 years ago |
Kryls1fer
|
b53559030f
|
Update the frequency analyzer.
|
2 years ago |
KKlochko
|
ef87a719a3
|
Add validations to check if a cipher or an analyzer is available.
|
2 years ago |
KKlochko
|
2f0254f677
|
Add the available ciphers and analyzer for the help.
|
2 years ago |
KKlochko
|
6339774bd1
|
Add the analyzer options and their actions.
|
2 years ago |
KKlochko
|
a44fc24bee
|
Refactor to move options to a separated file.
|
2 years ago |
KKlochko
|
ac2cf2ac58
|
Fix the bug that the default language symbols override the symbols.
|
2 years ago |
KKlochko
|
043257bb64
|
Update the FrequencyAnalyzer to use the frequency string instead.
|
2 years ago |
KKlochko
|
de35d4e2d3
|
Add the function to make a frequency string from a map.
|
2 years ago |
KKlochko
|
476a24c900
|
Fix the typo "frequences" to frequencies.
|
2 years ago |
KKlochko
|
4d7e9da1d1
|
Refactor the project structure.
|
2 years ago |
KKlochko
|
77efa81c54
|
Add the Gitlab CI/CD configuration.
|
2 years ago |
KKlochko
|
51609b1d27
|
Add the clojure wrapper for the frequency analizer and its test.
|
2 years ago |
KKlochko
|
40af8401b2
|
Add a frequency analyzer as a stub.
|
2 years ago |
KKlochko
|
0a87ab9e91
|
Add the Caesar decrypted interface for Java.
|
2 years ago |
KKlochko
|
9c1a8b1bae
|
Add the java source path.
|
2 years ago |
KKlochko
|
c3ea58f867
|
Add the CHANGELOG.
|
2 years ago |
KKlochko
|
df8f580f93
|
Fix writing to a file only when the option is set.
|
2 years ago |
KKlochko
|
871fc3ed55
|
Fix checking for file existence only when the options are set.
|
2 years ago |
KKlochko
|
79a498022e
|
Add the file errors to prevent using an invalid file path.
|
2 years ago |
KKlochko
|
5d56abbee9
|
Add the output option to save into a file.
|
2 years ago |
KKlochko
|
4607f7f013
|
Update Caesar Analyzers to be case-insensitive and testable.
|
2 years ago |
KKlochko
|
79e316c51b
|
Update the Caesar to be case-insensitive and skip unknown symbols.
|
2 years ago |