Skip to content

TGuigz/cplusplus-rot-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cplusplus-rot-cipher

C++ Class that is used to Encrypt, Decrypt, and Detect ROT Ciphers

Included methods - encrypt(int rot, string), decrypt(int rot, string), detect(string, mode), console_test()

detect() has 3 modes - default is mode 0
0 - tests if first 3 words in text are a rot cipher using a dictionary of top 3000 english words.
1 - tests 5 words in the text
2 - tests 7 words in the text

console_test() - gets ROT1-25 of text inputed from user into console

About

Encrypt, Decrypt, and Detect Rot Ciphers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages