Decryption and Encryption of text files using the Caesar Cipher algorithm. I'm just a student 👨🎓, so this is a small personal project, not a professional tool.
This Python script allows you to encrypt and decrypt text files with ease. It's a simple and educational project to help you understand the Caesar Cipher algorithm. I put it to ignore .py files because I was testing in the same directory all the scripts. Feel free to modify
- Encryption: Encode your files.
- Decryption: Decode files to recover the original text.
- User-Friendly: Easy-to-use command-line interface.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run the script with the desired options.
# Encrypt a file
python ciser-1.0.py
# Decrypt a file
python ciser-1.0.py -D