wok diff python-passlib/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (2022-07-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-passlib/description.txt	Sat Jul 23 17:54:01 2022 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +Passlib is a password hashing library for Python 2 & 3, which provides
     1.5 +cross-platform implementations of over 30 password hashing algorithms,
     1.6 +as well as a framework for managing existing password hashes.
     1.7 +It is designed to be useful for a wide range of tasks, from verifying
     1.8 +a hash found in /etc/shadow, to providing full-strength password hashing
     1.9 +for multi-user applications.