pdf2john 0.1.1

Extract a hash from an encrypted PDF for cracking with John the Ripper or Hashcat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pdf2john"
version = "0.1.1"
edition = "2024"
license-file = "LICENSE"
authors = ["Ali Raheem"]
description = "Extract a hash from an encrypted PDF for cracking with John the Ripper or Hashcat"
repository = "https://github.com/ali-raheem/pdf2john"

[dependencies]
lopdf = { version = "0.38", default-features = false }
hex = "0.4"