Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

53 lines (41 loc) · 1.06 KB

PDF Encryption Script

This Python script allows you to encrypt PDF files with a numeric password. The password will be required to open the encrypted PDF file.

OUTPUT-

image

Looking for output

image

Features

  • Encrypts a PDF file with a password
  • The password must be a number
  • User-friendly and beginner-friendly code

Requirements

  • Python 3.x
  • PyPDF2 library

Installation

For LINUX and Windows:

  1. Clone the repository:
    git clone https://github.com/GET-UNKNOWN-ERR0R/pdf-encryptor.git
    cd pdf-encryptor
  2. Install Library
    pip3 install PyPDF2
  3. Run the code
    python3 pdf-encryptor.py

Simplified the Cloning process

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

License

This project is licensed under the MIT License - see the LICENSE file for details.