Demo a PGP client-side GUI using PGPy: Pretty Good Privacy for Python
It's too common for interent users to rely on the security standards of the consumer applications they run. Cleartext in form fields will follow the protocols of the black-box application, leaving users vulnerble to the whims and failures of the developers.
This tool demonstrates PGPy's capability to generate in-app client-side primary key RSA, DSA or ECDSA, or load your existing key from file. Use the key to encrypt and decrypt
Written for Python3, requires:
- hexdump==3.3
- PGPy==0.5.4
- PySimpleGUI==4.60.4
No builds for release
Provide step by step series of examples and explanations about how to get a development env running.
If people like your project they’ll want to learn how they can use it. To do so include step by step guide to use your project.
Let people know how they can contribute into your project. A contributing guideline will be a big plus.
Give proper credits. This could be a link to any repo which inspired you to build this project, any blogposts or links to people who contrbuted in this project.
A short snippet describing the license (MIT, Apache etc)
ZETHDUBOIS