/RSA-Mesage-Encrypter

Cryptography encoder and decoder. Encode takes in text message and converts to numbers via RSA algorithm and decode takes numbers and encrypts to text.

Primary LanguagePythonApache License 2.0Apache-2.0

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.