Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-jonghoonpark/pdf-password-locker
Utility to password protect a PDF file
https://github.com/dev-jonghoonpark/pdf-password-locker
Last synced: 4 days ago
JSON representation
Utility to password protect a PDF file
- Host: GitHub
- URL: https://github.com/dev-jonghoonpark/pdf-password-locker
- Owner: dev-jonghoonpark
- Created: 2021-08-19T01:12:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T21:46:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T20:49:41.466Z (3 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome - dev-jonghoonpark/pdf-password-locker - Utility to password protect a PDF file (Python)
README
# pdflock - Password protect PDF files
This code is based on 'https://github.com/hovren/pdflock'
Just Changed
1. PyPDF to PyPDF2
2. change python2 print style to python3
3. use easygui for file dialog## How to use
1. select original file using file dialog (gui)
2. type passwordthen, _enc file will be created in same path
## Licensing
This program was written by chooco13 ([email protected]).
It is released under the GNU GPL version 2 license