ceasar_decrypt is a python script that uses an english word list to decrypt text previously encrypted with the ceasar cipher.
$ python ceasar_decrypt.py
Input the encrypted text: Aopz pz h jvumpkluaphs tlzzhnl.
PHRASE SOLVED IN 0.0009995 SECONDS:
This is a confidential message.
ENCRYPTION KEY: 7
Pull requests are welcome