A simple text encryption and decryption tool built with Python.
- Encrypts text using a Caesar cipher with a custom shift value.
- Decrypts text that has been encrypted using a Caesar cipher.
- Provides a command-line interface for easy interaction.
- Python
- Clone the repository:
git clone https://github.com/irfanbroo/Text_encryptor.git
- Run the application:
python encryptor.py
- Encryption:
- Run the script and choose the "Encrypt" option.
- Enter the text you want to encrypt.
- Enter the desired shift value for the Caesar cipher.
- The encrypted text will be displayed.
- Decryption:
- Run the script and choose the "Decrypt" option.
- Enter the text you want to decrypt.
- Enter the shift value that was used for encryption.
- The decrypted text will be displayed.
Contributions are welcome! If you find any bugs or have suggestions for new features, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.