Skip to content
/ rsa-edu Public

Implementaion of basic RSA features. For educational purposes only. Do not use this for cryptography.

License

Notifications You must be signed in to change notification settings

m0jo/rsa-edu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

rsa-edu

Implementaion of basic RSA features.

Usage:

$ python rsa.py P Q e

Excample:

$ python rsa.py 1500450271 326700001 65537
pk(490197105036150271, 65537)
sk(490197105036150271, 34182229300473473)

For educational purposes only. Do not use this for cryptography.

About

Implementaion of basic RSA features. For educational purposes only. Do not use this for cryptography.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages