Skip to content

This Python script allows you to encrypt PDF files with a numeric password. The password will be required to open the encrypted PDF file.This pdf encryption is good for managing privacy and to maintain distance between attacker and client.

Notifications You must be signed in to change notification settings

GET-UNKNOWN-ERR0R/pdf-encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This Python script allows you to encrypt PDF files with a numeric password. The password will be required to open the encrypted PDF file.This pdf encryption is good for managing privacy and to maintain distance between attacker and client.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published