An open API service indexing awesome lists of open source software.

https://github.com/kevinadhiguna/pdf-guard

PDF-guard is a python app that helps you to secure a PDF file by encrypting it with a password.
https://github.com/kevinadhiguna/pdf-guard

pdf pdf-encryption python

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=PDF-guard&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)