rukov Posted October 19, 2015 Report Posted October 19, 2015 Tool to crack encrypted PEM filesThis tool is inspired by pemcrack by Robert Graham. The purpose is to attempt to recover the password for encrypted PEM files while utilizing all the CPU cores.It still uses high level OpenSSL calls in order to guess the password. As an optimization, instead of continually checking against the PEM on disk, it is loaded into memory in each thread.bwall@ragnarok:~$ ./pemcracker pemcracker 0.1.0pemcracker <path to pem> <word file>Download https://github.com/bwall/pemcracker Quote