ALGAN Cipher is a simple Python tool for Caesar Cipher Encryption and Decryption.
ALGAN Cipher is a Python application that allows users to encrypt and decrypt texts using the Caesar Cipher algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted a certain number of places down or up the alphabet.
- Python 3.x: Download Python
-
Clone the repository:
git clone https://github.com/muhammetalgan/PRODIGY_CS_TASK-01.git
-
Navigate to the project directory:
cd ALGAN-Cipher -
Install dependencies (not required for this project).
-
Run the Python script:
python ceaser_encrypt_decrypt_full_version.py
-
Enter the text you want to encrypt or decrypt when prompted.
-
Specify a shift value for encryption or decryption.
-
Follow the on-screen instructions to perform the operation.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.