cracking a weak rsa key and obtain n,e,p,q,d and private key with python,
#SCRIPT USAGE
- the first script (public_key.py) can be used to crack the public key components(e and n)
- The second script can be used to crack the private key components but also the public key components and save the rsa_key(private key)
- mathematical foundation in information security
- cryptography
- cracking weak rsa