🔐
pdf-paranoia
Bulk-encrypts and decrypts PDF files. It walks a directory tree, encrypts every unencrypted PDF with a user-supplied password (writing the result i…
Bulk-encrypts and decrypts PDF files. It walks a directory tree, encrypts every unencrypted PDF with a user-supplied password (writing the result i…
Bulk-encrypts and decrypts PDF files. It walks a directory tree, encrypts every unencrypted PDF with a user-supplied password (writing the result into an untitled folder), and can decrypt the _encrypted PDFs back again.
pip install PyPDF2
python pdfParanoia.py
No — it walks the real filesystem with os.walk and reads/writes PDF files on disk, which is unavailable in the browser.