Skip to content

sheraadams/RSA-Mesage-Encrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages