Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easonlai/pdf_text_content_hasher
Extract PDF Text Content and Perform Hashing
https://github.com/easonlai/pdf_text_content_hasher
cryptography fernet fernet-cryptography fernet-encryption hashing pdf pdfextraction pdfplumber python python3
Last synced: 10 days ago
JSON representation
Extract PDF Text Content and Perform Hashing
- Host: GitHub
- URL: https://github.com/easonlai/pdf_text_content_hasher
- Owner: easonlai
- Created: 2021-09-30T10:24:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T10:34:04.000Z (over 3 years ago)
- Last Synced: 2024-11-10T23:39:00.856Z (2 months ago)
- Topics: cryptography, fernet, fernet-cryptography, fernet-encryption, hashing, pdf, pdfextraction, pdfplumber, python, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extract PDF Text Content and Perform Hashing
Python code sample for read and extract content text from PDF file.
Then perform hashing (encrypt) by [Fernet](https://github.com/fernet/spec/blob/master/Spec.md), and then perform unhashing (decrypt).* [PDFPlumber](https://github.com/jsvine/pdfplumber)
* [Cryptography](https://cryptography.io/en/latest/)Enjoy