RSA Algorithm Encrypter and decrypter takes input in English and translates the message to a comma-separated encrypted message.
Same functionality as above plus the user can choose a value to assign for comma and space. The tool also can convert comma-separated strings to space-separated strings if desired.
To use the application, first use the terminal to install the dependencies with the following command:
Bash:
pip install tkinter
pip install future
pip install pillow
Proudly crafted with ❤️ by Shera Adams.