diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-26 11:57:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-26 11:57:55 +0700 |
commit | 24b312aff330b487673e53bdff5183a87c50b8a1 (patch) | |
tree | 66c9bd33bb488fdcdc35e70110a071ad48df4b8b /python/secretstorage/README | |
parent | 71efc9b6f575a2a065b119a056fa585e284372f9 (diff) | |
download | slackbuilds-24b312aff330b487673e53bdff5183a87c50b8a1.tar.gz |
python/secretstorage: Added (securely store passwords and secrets).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/secretstorage/README')
-rw-r--r-- | python/secretstorage/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/secretstorage/README b/python/secretstorage/README new file mode 100644 index 0000000000..148555eedd --- /dev/null +++ b/python/secretstorage/README @@ -0,0 +1,3 @@ +This module provides a way for securely storing passwords and other secrets. + +Optional dependency: python3 |