Skip to content

the-can-of-soup/rsa_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA Encryption

A simple text-based Python RSA encryption/decryption tool. Works on encryptions from this video: https://www.youtube.com/watch?v=EY6scAHNgZw

THIS PROGRAM SHOULD NOT BE USED TO ENCRYPT SENSITIVE INFORMATION. This program contains no additional security measures on top of Textbook RSA, which makes it not secure enough for practical use.

Dependencies

  • This program depends on Soup TUI. Simply download the repo, extract it, and move the folder into the folder alongside rsa_encryption.py.
  • This program requires sympy. Install it with pip install sympy or python -m pip install sympy.

About

A simple text-based Python RSA encryption/decryption tool. Works on encryptions from this video: https://www.youtube.com/watch?v=EY6scAHNgZw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages