Decrypter
A python Program To break Caeser Cipher enccryption.
Using the average Frequency of alphabets in english language and comparing it with the frequency of alphabets in the given text input. A frequency matching is done and the corresponding characters are replaced.
This is just a approximate decrypter ,may not give proper results always
HOW TO USE IT.
- Take a input text to be decrypted and put it in text.txt
- Compile and Run decryption.py
- The decrypted text can be found in output.txt