| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Flask-based web application that allows users to encrypt and decrypt text using two well-known cryptographic techniques: RSA Algorithm and Caesar Cipher. This app is designed for educational purposes to demonstrate both symmetric and asymmetric encryption in a beginner-friendly interface.
| 🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
RSA is an asymmetric cryptographic algorithm, meaning it uses a public key for encryption and a private key for decryption.
Example:
A substitution cipher that shifts each letter by a fixed number (shift) in the alphabet.
git clone https://github.com/surjeetsinhthakur123/Text-Encryption-And-Decryption-Using-Rsa-Algorithm-and-Caesar-Ciphar-Tool.git
cd Text-Encryption-And-Decryption-Using-Rsa-Algorithm-and-Caesar-Ciphar-Tool
pip install flaskRun the app:
python app.pyThen visit http://localhost:5000 in your browser.
Contributions are welcome! To contribute:
Thanks to these amazing people for their contributions:
Feel free to add your name here via a pull request if you contribute!
This project is licensed under the MIT License.
Surjeet Sinh Thakur
🔗 GitHub Profile
| Back | FazBrowse Home | New Git URL |