Welcome to the Cryptography Modules repository! This project contains various Python modules that implement classical and modern cryptographic algorithms.
- 🔄 Affine Cipher
- 🔬 Fermat's Test
- 🔀 Linear Feedback Shift Register (LFSR) Cipher
- 🔢 Miller-Rabin Primality Test
- 🌀 Pollard's Rho Algorithm
- 🔍 Pseudoprime Test
- 🔑 RSA Decryption using Euclidean Algorithm
- 🧮 Chinese Remainder Theorem
- 🏰 Hill Cipher
- 🔤 Vigenère Cipher
Clone the repository:
git clone https://github.com/ShaharAshe/Cryptography_modules.git
Each module is self-contained and can be run independently. Refer to the specific module documentation for detailed usage instructions.
This project is licensed under the MIT License - see the LICENSE
file for details.
Contributions are welcome! Please open an issue or submit a pull request.