This repository contains Python implementations of various cryptographic algorithms. Cryptography is essential for protecting sensitive information, and this repo serves as a simple guide to different techniques used in modern cryptography. 🔒
- 🔑 Symmetric Encryption: Example algorithms like AES and DES.
- 🧩 Hashing: Implementations of MD5, SHA-1, and SHA-256.
- ✍️ Asymmetric Encryption: RSA algorithm examples.
- 🛠️ Other Algorithms: More cryptographic algorithms in Python.
- Clone the repo:
https://github.com/VibhuYadav2005/CryptoGraphy.git - Run these examples and explore the code! 💻
Contributions are welcome! Feel free to submit pull requests or open issues. 🌟
This project is licensed under the MIT License.