Update README
This commit is contained in:
parent
954ad5f0c5
commit
cc6747f6cb
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -0,0 +1,17 @@
|
||||||
|
# pdf_decrypt
|
||||||
|
|
||||||
|
A tool to decrypt annoyingly encrypted PDFs.
|
||||||
|
|
||||||
|
Save passwords in `~/.config/pdf_decrypt/passwords.yaml` as a list, like so:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
---
|
||||||
|
- 12345
|
||||||
|
- 54321
|
||||||
|
```
|
||||||
|
|
||||||
|
The script will go through each of them and try to decrypt it. If none of them
|
||||||
|
work, it will exit and complain.
|
||||||
|
|
||||||
|
I suggest installing through `uv`, this makes this script into an executable
|
||||||
|
on your path. If you prefer, there is also PEP-723 metadata inline.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue