Skip to content
My RSA implementation in Python
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
README.md
RSA.py
converter.py
rsakey.py
rsamath.py

README.md

RSA

My RSA implementation in Python

Documentaion

converter.py: convert a string to integer or convert integer to string according to ASCII

rsakey.py: the classes of RSAKey, PrivateKey and PublicKey

reamath.py: some mathematics functions used to generate RSA key pairs

RSA.py: RSA implementation uesd for generation, encryption and decryption

You can’t perform that action at this time.