KKlochko
|
3232eeaa4f
|
Merge branch 'dev' into 'main'
Add a simple experimental analyzer for Simple substitution ciphers
See merge request KKlochko/cipher-analytical-machine!3
|
1 year ago |
KKlochko
|
2719e2a6b0
|
Update the README.
|
1 year ago |
KKlochko
|
10c1e20089
|
Update the version.
|
1 year ago |
KKlochko
|
933653dcba
|
Update the CHANGELOG.
|
1 year ago |
KKlochko
|
2616b14ef4
|
Add the analyzer options and their actions for the simple substiotution.
|
1 year ago |
KKlochko
|
a5e148f0b7
|
Add analyzer for the simple substitution cipher.
|
1 year ago |
KKlochko
|
dad9bf045c
|
Fix the test name.
|
1 year ago |
KKlochko
|
1bb7b219f0
|
Merge branch 'dev' into 'main'
Ready to use the implementations of Simple substitution and the Gamma ciphers
See merge request KKlochko/cipher-analytical-machine!2
|
1 year ago |
KKlochko
|
f9ddae3998
|
Update the README.
|
1 year ago |
KKlochko
|
31d2e8f753
|
Update the version.
|
1 year ago |
KKlochko
|
60907c9a3b
|
Update the CHANGELOG.
|
1 year ago |
KKlochko
|
481735d9df
|
Add the function that return all key combinations for a possible key vector.
|
1 year ago |
KKlochko
|
d6ba958b5b
|
Rename the function from get-possible-keys to get-all-combinations-for-blocks.
|
1 year ago |
KKlochko
|
d1b2ddc351
|
Add a function to get all permutations for a block.
|
2 years ago |
KKlochko
|
6a1ecf93db
|
Add a function to get the ordered sequence that can form a key.
|
2 years ago |
KKlochko
|
c03dc68458
|
Add a function to convert a count map to a reversed map.
|
2 years ago |
KKlochko
|
2cc5be57c8
|
Add functions to get possible keys.
|
2 years ago |
KKlochko
|
ddfd5c473d
|
Add the default frequency factory.
|
2 years ago |
KKlochko
|
fcae272944
|
Add key validation for Caesar and Gamma ciphers.
|
2 years ago |
KKlochko
|
1e45771b3e
|
Add key? to check if a string is a gamma key.
|
2 years ago |
KKlochko
|
e145382570
|
Add int-string? to check if a string is a number.
|
2 years ago |
KKlochko
|
91dc00ea0d
|
Rename unsigned-int? to unsigned-int-string?
|
2 years ago |
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
|
4d5726f363
|
Merge branch 'dev' into 'main'
Ready to use the implementation of the Caesar cipher
See merge request KKlochko/cipher-analytical-machine!1
|
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 |