Skip to content

jamesonjlee/simple-secret-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Simple Secure Messaging Service:
---------

Stuff, uses Public Key Crypto

## Usage
virtualenv, pip, etc.

### run the server:
```
python simple-secret/server.py
```

### run the client
```
python simple-secret/client.py
```

### fyi
you need to update the config.py to fix DB_URI, passphrase, and a generated server_key_fp (fingerprint for the shared gpg key)

About

demonstrate server-client trusted 'secret' messaging, under assumptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published