/rsakey-cracker

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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