snappass/snappass
Samuel Dion-Girardeau dc6054f09c Encrypt passwords stored in Redis
Using symmetric encryption in the `cryptography`'s `Fernet` class,
we can ensure that no one can snoop the passwords simply by having access
to the Redis store.

An encryption key is sent to the secret receiver, along with the 32 character
Redis key that identifies the secret, which is needed to decrypt the password.
2017-05-11 21:28:22 -04:00
..
static Removed npm.js and reverted to original copy 2016-11-06 09:05:05 -06:00
templates Move brief documentation to textarea 2017-01-12 19:37:51 -06:00
__init__.py Bump version fixing bumpversion workflow, minor 2017-04-28 09:47:46 -07:00
main.py Encrypt passwords stored in Redis 2017-05-11 21:28:22 -04:00