Say hi!
Python scripts for encryption and decryption ciphers. The idea is to group as many techniques and algorithms as possible for encryption and decryption of texts.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run, you just need to call this script from a terminal or prompt.
After execution, the options will be presented in a menu format. From this menu you can decide if you want to encode or decode a text and then you can choose a form of encryption from the available ones.
- Reverse Cipher: encryption by printing a message in reverse order.
- Caesar's Cipher: method in which each letter in the message is replaced by a letter some fixed number of positions down the alphabet.
- Addition of other encryption algorithms such as Transposition Cipher and Vigenère Cipher.
- Execution of the algorithms without menu selection.
- Texts from files.
- Allow save results to a file.
- Gabriel Duarte - Initial Work
This project is licensed under the MIT License - see the LICENSE.md file for details.