a simple Caesar Cipher encoder/decoder.
finished on the 13th Nov 2020
made with Python3
executable made with pyinstaller
- encode/decode messages using Caesar Cipher encryption technique.
- brute force messages without knowing the shift number
- characters from a-z
- multi-line message
- enter e to encode message.
- enter d to decode message.
- enter b to brute force message.
- enter a to view the about page.
- enter q to quit the program.
- enter the message (you can paste paragraphs)
- enter shift number
- press enter to get the en/decoded message.