[package]
edition = "2024"
name = "pdf2john"
version = "0.1.1"
authors = ["Ali Raheem"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract a hash from an encrypted PDF for cracking with John the Ripper or Hashcat"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ali-raheem/pdf2john"
[lib]
name = "pdf2john"
path = "src/lib.rs"
[[bin]]
name = "pdf2john"
path = "src/main.rs"
[dependencies.hex]
version = "0.4"
[dependencies.lopdf]
version = "0.38"
default-features = false