trevorswann / CipherTool

Command line cipher tool for encoding and decoding text with different types of ciphers.
MIT License
1 stars 0 forks source link

Shift Cipher Auto Decode #4

Open trevorswann opened 3 years ago

trevorswann commented 3 years ago

Add in functionality for auto decoding shift ciphers. Read in cipher text, do all 26 possible shifts, analyze and rank the results with a dictionary, print the most likely plaintext with associated shift amounts.