Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 655 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 655 Bytes

PDF guard

PDF-guard is a python app that helps you to secure a PDF file by encrypting it with a password.


How to use this app?

  1. Place the PDF file you want to secure in the same folder.
  2. Open terminal / Comman Prompt, then change directory cd PDF-guard.
  3. Install required package(s) pip install -r requirements.txt.
  4. Type python pdf-encryptor.py.
  5. Enter your password and new encrypted PDF filename.
  6. Check folder and get your encrypted PDF!

Hello !