This repository contains implementations of various encryption and decryption algorithms in Python. The goal is to provide simple and easy-to-understand code for educational and practical purposes.
- Caesar Cipher
- Affine Cipher
- Vigenère Cipher
- Hill Cipher
- DES (Data Encryption Standard)
To run the algorithms, you'll need Python 3.x installed on your system.
-
Clone the repository:
git clone https://github.com/adamo08/encryption-decryption.git
-
Navigate to the project folder:
cd encryption-decryption
-
Install the required Python dependencies (if any):
pip install -r requirements.txt
Contributions are welcome! If you have suggestions or improvements for the algorithms, feel free to fork the repository and submit a pull request. Please ensure your code follows the existing style and includes relevant documentation.