wok annotate python-passlib/description.txt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
parents | |
children |
rev | line source |
---|---|
Hans-Günter@25212 | 1 Passlib is a password hashing library for Python 2 & 3, which provides |
Hans-Günter@25212 | 2 cross-platform implementations of over 30 password hashing algorithms, |
Hans-Günter@25212 | 3 as well as a framework for managing existing password hashes. |
Hans-Günter@25212 | 4 It is designed to be useful for a wide range of tasks, from verifying |
Hans-Günter@25212 | 5 a hash found in /etc/shadow, to providing full-strength password hashing |
Hans-Günter@25212 | 6 for multi-user applications. |