This cipher is an original cipher that is made in tkinter and also has a cli version. It has it's own dictionary as well.
This project is also easy to use as long as you have a code editor/terminal to execute the code.
The input will be encoded in base64 and so you have to use the base64 decoder tool to get the ciphered message and then decipher it.
Sometimes you have to also remove the whitespace at the end of the message your going to decipher or else it won't output something.
1. git clone https://github.com/FonderElite/Elite-Cipher/
2. cd Elite-Cipher
3. pip3 install requirements.txt
4. python3 elite-cipher-tkinter.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.