pemcrack
pemcrack copied to clipboard
Cracks SSL PEM files that hold encrypted private keys. Brute forces or dictionary cracks. This code is extraordinarily slow, DON'T JUDGE ME!!!
Results
2
pemcrack issues
Sort by
recently updated
recently updated
newest added
Patch for the pemcrack.c file. Fixed: Added missing headers ~~ Mcgiwer
When I attempted to do the `make`, I recieved a following error output: > gcc pemcrack.c -o bin/pemcrack -lssl -lcrypto > pemcrack.c: In function 'main': > pemcrack.c:138:16: warning: implicit declaration...