Skip to content

Tool to brute-force the passphrase of a RSA private key in PEM format.

License

Notifications You must be signed in to change notification settings

cedriczirtacic/rsakey-cracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rsakey-cracker

Credits to: https://github.com/quarantin/rsakey-cracker

Overview:

Tool to brute-force passphrase of RSA private keys in PEM format.

Example:

$ cat dict.txt | rsakey-cracker ./private-key.pem

OR

$ john -i --stdout | rsakey-cracker ./private-key.pem

Signals:

$ ./rsakey-cracker out.pem < ~/rockyou.txt &
[1] 83397
$ kill -INFO %1
key: out.pem, tasks: 10
time since started: 1 minutes, 3 seconds

About

Tool to brute-force the passphrase of a RSA private key in PEM format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • Makefile 9.3%