Skip to content

profkittyface/cryptoweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptoweb

Cryptoweb is a small django application that provides a web interface for basic GPG messaging.

It supports maintaining private keys on your server as well as an address book for the public keys of your contacts.

This app is designed to be run locally but can be set up to run on a public network, just please enable SSL as the passphrase is posted in the web request.

Screenshot

To run locally, install the following packages:

pip install django
pip install gnupg
apt-get install gnupg
  • OSX/Windows users will have to install GPGTools

https://gpgtools.org/

Set GPGHOME in settings.py and then you're off!

./manage.py runserver

About

Web Based GPG Messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published