This Python script allows you to encrypt PDF files with a numeric password. The password will be required to open the encrypted PDF file.
Looking for output
- Encrypts a PDF file with a password
- The password must be a number
- User-friendly and beginner-friendly code
- Python 3.x
PyPDF2
library
- Clone the repository:
git clone https://github.com/GET-UNKNOWN-ERR0R/pdf-encryptor.git cd pdf-encryptor
- Install Library
pip3 install PyPDF2
- Run the code
python3 pdf-encryptor.py
Clone the repository:
git clone https://github.com/GET-UNKNOWN-ERR0R/pdf-encryptor.git
cd pdf-encryptor
Directly use these commands
chmod +x setup_and_run.sh
./setup_and_run.sh
This project is licensed under the MIT License - see the LICENSE file for details.