wok view python-passlib/description.txt @ rev 25216

updated python-pbr (5.4.5 -> 5.8.0)
author Hans-Günter Theisgen
date Wed Jul 13 15:29:05 2022 +0100 (2022-07-13)
parents
children
line source
1 Passlib is a password hashing library for Python 2 & 3, which provides
2 cross-platform implementations of over 30 password hashing algorithms,
3 as well as a framework for managing existing password hashes.
4 It is designed to be useful for a wide range of tasks, from verifying
5 a hash found in /etc/shadow, to providing full-strength password hashing
6 for multi-user applications.