Skip to content

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…

Notifications You must be signed in to change notification settings

cliffpanos/Text-Cryptosystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Cryptosystem

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.

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

No packages published