Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.21 KB

Simple RSA Message Encryption

About the Project

RSA Algorithm Encrypter and decrypter takes input in English and translates the message to a comma-separated encrypted message.

GitHub Python Version

RSA Encoder and Decoder with Formatting

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.

Instructions

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.