wok-current annotate python-passlib/description.txt @ rev 25422

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 17 07:09:31 2022 +0000 (2022-08-17)
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.