|
Message-ID: <CANO7a6zzQtHD9_roX8Oma2rQoNUN9Tbd=PMaQ9U24GUSZiSNFQ@mail.gmail.com> Date: Sun, 19 Aug 2012 20:38:42 +0530 From: Dhiru Kholia <dhiru.kholia@...il.com> To: john-dev@...ts.openwall.com Subject: Cracking symmetrically encrypted PGP files with PGPCrack-NG Hi, I have hacked GnuPG into PGPCrack-NG, a program for cracking symmetrically encrypted PGP files. Usage ===== 1. Get it from https://github.com/halfie/PGPCrack-NG 2. Compile using "make" 3. Run "cat ~/magnum-jumbo/run/password.lst | ./PGPCrack-NG <PGP file>" 4. john -i -stdout | ./PGPCrack-NG <PGP file> Speed: > 1330 passwords / second on AMD X3 720 CPU @ 2.8GHz (using single core). It cracks all .pgp files from CMIYC 2012 successfully. Currently the code is noisy and is alpha-quality (it was done in one rainy afternoon). Feedback is welcome! -- Cheers, Dhiru
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.