Skip to content

RSA implementation with a demo driver for proof of concept

License

Notifications You must be signed in to change notification settings

bsheps/RSA_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

RSA_Algorithm

RSA implementation with a demo driver for proof of concept

Current settings (these can be modified in the code as needed)

  • p and q are atleast 1536 bits
  • difference of p and q is larger than 2^1000
  • public key (e) = 65537

Note: this is not a secure implementation. I wrote this code for educational purposes.

About

RSA implementation with a demo driver for proof of concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages