Arad-Afzali / RSA-Encryption-Decryption

This project provides a GUI for RSA encryption and decryption. It allows users to generate RSA key pairs, encrypt messages using a public key, and decrypt messages using a private key. Built with Python and Tkinter, the application ensures secure and user-friendly encryption and decryption processes.
MIT License
1 stars 0 forks source link

Nice to have a web portal for this handy tool #1

Open Arash-Sabet opened 3 months ago

Arash-Sabet commented 3 months ago

This is a handy tool that can probably be used by developers across the world. It will be nice to see if it can be wrapped and hosted as a live web api probably something like this tool.

Arad-Afzali commented 3 months ago

Thanks for the feedback! It's great to hear the tool is useful. I'm definitely considering your idea for a web API in future updates. Appreciate the suggestion!