Cracking PDF files with JtR
---------------------------

You can use pdf2john.py (Python) or pdf2john.pl (Perl)

1. Run pdf2john.py on the .pdf file(s).

E.g. $ ../run/pdf2john.py test.pdf > hashes

2. Run john on the output of pdf2john.py program.

E.g. $ ../run/john hashes
