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.
- Host: GitHub
- URL: https://github.com/kevinadhiguna/pdf-guard
- Owner: kevinadhiguna
- Created: 2020-07-27T11:37:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T22:21:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T11:12:34.359Z (about 1 year ago)
- Topics: pdf, pdf-encryption, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!
