diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-11-07 08:29:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 08:29:29 +0700 |
commit | 45e5b1c4046d5f144705cb47672a3a68f474544b (patch) | |
tree | 49268846eeeaf1a745f89ba3b5e8dcf7fb601118 /python/argon2-cffi/README | |
parent | 342e2017f2a339e436bfb1c763205b8daaea701b (diff) | |
download | slackbuilds-45e5b1c4046d5f144705cb47672a3a68f474544b.tar.gz |
python/argon2-cffi: Added (Python implementation of Argon2).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/argon2-cffi/README')
-rw-r--r-- | python/argon2-cffi/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/argon2-cffi/README b/python/argon2-cffi/README new file mode 100644 index 0000000000..436ed532f2 --- /dev/null +++ b/python/argon2-cffi/README @@ -0,0 +1,3 @@ +Python implementation of the Argon2 secure password hashing algorithm. + +cffi must be built with Python 3 support. |