This java code will encrypt text using a password using multiple one-character-to-one-character substitution keys, which greatly reduces the possibility of letter-frequency analysis. Because the text is re-encrypted recursively a variable number of times, if a third party attempts to decrypt the cipher text using a passwords similar to the password with which the text was encrypted, the third party will fail.
-
Notifications
You must be signed in to change notification settings - Fork 0
This java code will encrypt text using a password using multiple one-character-to-one-character substitution keys, which greatly reduces the possibility of letter-frequency analysis. Because the text is re-encrypted recursively a variable number of times, if a third party attempts to decrypt the cipher text using a passwords similar to the passw…
cliffpanos/Text-Cryptosystem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This java code will encrypt text using a password using multiple one-character-to-one-character substitution keys, which greatly reduces the possibility of letter-frequency analysis. Because the text is re-encrypted recursively a variable number of times, if a third party attempts to decrypt the cipher text using a passwords similar to the passw…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published