An open API service indexing awesome lists of open source software.

https://github.com/kizniche/too-much-privacy


https://github.com/kizniche/too-much-privacy

Last synced: 8 months ago
JSON representation

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)