[go: nahoru, domu]

Skip to content

cracking a weak rsa key and obtain n,e,p,q,d and private key with python

Notifications You must be signed in to change notification settings

alien-keric/cracking-rsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cracking-rsa

cracking a weak rsa key and obtain n,e,p,q,d and private key with python,

#SCRIPT USAGE

  1. the first script (public_key.py) can be used to crack the public key components(e and n)
  2. 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)

IDEA BEHIND

  1. mathematical foundation in information security
  2. cryptography
  3. cracking weak rsa

About

cracking a weak rsa key and obtain n,e,p,q,d and private key with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages