Skip to content

Files

Latest commit

 

History

History

PDF Encryption

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Python Script for Encrypting the PDF by a Password

The Python Script will let you encrypt the PDF with one OWNER and one USER password respectively. It uses PyPDF2 package to work with the PDF files.

Setup Instructions

  • Download and install Python if not in your local system.

  • Downlaod the required packages

pip install PyPDF2
  • To run the script you need to use the following command
python pdfEncryption.py
  • Make sure that the PDF to be encrypted is in that same folder as of this python code file.

Author

Ameya Jain