Initial version with only pbkdf2-sha256 support

This commit is contained in:
2021-03-23 12:57:03 +01:00
commit 86484a091f
7 changed files with 325 additions and 0 deletions

6
README.rst Normal file
View File

@@ -0,0 +1,6 @@
================
Passlib-Werkzeug
================
Passlib handlers to understand password hashes generated by Werkzeugs ``generate_password_hash``,
and to generate hashes understood by ``check_password_hash``.