Skip to main content

A modern refactoring of the legacy pdf2john library

Project description

pdf2john

Tests CI Code style: black Linting: pylint License: MIT

A modern refactoring of the legacy pdf2john.py library, aimed at making the code easier to read and maintain.

Install

Install dependencies using Homebrew

brew bundle

Create a virtual environment and install Python dependencies

pyenv virtualenv 3.11.4 pdf2john
pyenv shell pdf2john
poetry install --only main

Usage

To pass the hash to john:

pdf2john example.pdf >> .hash
john .hash
john --show --format=PDF .hash

If you don't want to use poetry, you can run pdf2john as a standalone script:

git clone https://github.com/benjamin-awd/pdf2john.git
cd pdf2john && pip install -r requirements.txt
./src/pdf2john/pdf2john.py example.pdf >> .hash

Features

  • Responsibility for PDF parsing and handling has been delegated to pyHanko (a crytography focused fork of PyPDF2)
  • CICD workflow that tests pdf2john against PDFs ranging from Security Handler Revision 2 -> 6
  • Removal of legacy Python 2.x support
  • An optional debugging flag that shows the encryption dictionary of a PDF
  • Readability improvements (a general attempt to be more Pythonic)

Troubleshooting

To access the encryption dictionary:

./pdf2john.py tests/pdf/pypdf/r6-user-password.pdf --debug

Acknowledgement

This repository was based on the original pdf2john.py by Shane Quigley

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdf2john-0.2.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

pdf2john-0.2.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file pdf2john-0.2.0.tar.gz.

File metadata

  • Download URL: pdf2john-0.2.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.1 Linux/5.15.146.1-microsoft-standard-WSL2

File hashes

Hashes for pdf2john-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f13595aece0f29bc9418b2761f37e89cd1ac297f5c0f0f0820b7be575c38b48d
MD5 e6dedfecff9ab6873c7f45c01df6a293
BLAKE2b-256 d61bf4c81177b5dc6b9cbe86e44bb46d18958fd3565fd6e89dd50944ab63c9f1

See more details on using hashes here.

File details

Details for the file pdf2john-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pdf2john-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.1 Linux/5.15.146.1-microsoft-standard-WSL2

File hashes

Hashes for pdf2john-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48de4ee6c68d5ee3f1f3cbd3dac7a21c71ec833d18bb8f109446eeccb2d37756
MD5 45c94ead9e015f484c7fc8eca76fd51a
BLAKE2b-256 03c45ad14c9b390427d6509d99b249e753289adc72717af5746e6261d4a79c25

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page