https://github.com/kizniche/too-much-privacy
https://github.com/kizniche/too-much-privacy
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kizniche/too-much-privacy
- Owner: kizniche
- Created: 2017-01-07T17:01:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T23:04:36.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T06:25:56.392Z (10 months ago)
- Language: Python
- Size: 3.41 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Too Much Privacy (seriously far too much)
This is a repository for experimenting with encrypted communication
## Latest version
client_working/main.py (client), client_working/server.py (server)
Client and server for encrypted communication
### Requirements
- GnuPG 2 (gpg2)
- kivy
- OpenSSL
### Features
- End-to-end PGP encryption
- SSL communication
## Older Experiments
kivy_client.py (Client, kivy GUI), kivy_server.py (Server)
tk_client.py (Client, tkinter GUI), tk_server.py (Server)
text_client.py (Client, terminal), text_server.py (Server)