wok annotate python-passlib/description.txt @ rev 25688
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 12 10:06:53 2024 +0000 (7 months ago) |
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. |