This program has the ability to encrypt single or multiple PDF files, each file with a unique password.
pip install PyPDF2
- Clone or download the repository
- Unzip the downloaded file (in case you downloaded the repo)
- Copy the file(s) you want to encrypt to File folder located at PDF-locker >> Files folder.
- Make sure you are in the directory of the repo you clonned or downloaded.
- Open terminal and run the
locker.py
script, i.epython3 locker.py
- Output file and password will be found in a newly created folder named Encrypted
You can lock one or multiple PDF files with this same method.
Add more functionalities to the code and make a PR.