Skip to content

tarnoldh65/rsa_theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rsa_theory

RSA Theory Python Script

I created this python script to help myself and others learn about how the math behind RSA works.

This script can be used to encrypt and decrypt messages. The primary keys are small and hardcoded. This is not intended to use as a means of encryption but it does help one to understand the process, which is less complicated than one would think.

I will add more details around this code later but here is how to use it.

rsa_theory.py <options>
  -h --help: This help output
  -e --encrypt: encrypt data
  -d --decrypt: decrypt data
  -s --string: string of data to encrypt or decrypt

About

RSA Theory Python Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages