Passlib handlers to understand password hashes generated by Werkzeug’s generate_password_hash, and to generate hashes understood by check_password_hash.
Go to file
2021-03-24 16:07:11 +01:00
passlib_werkzeug Make pylint and pycodestyle happy with the code 2021-03-24 12:28:25 +01:00
tests Initial version with only pbkdf2-sha256 support 2021-03-23 12:57:03 +01:00
.gitignore Create a .gitignore file 2021-03-24 16:07:11 +01:00
LICENSE Initial version with only pbkdf2-sha256 support 2021-03-23 12:57:03 +01:00
poetry.lock Make pylint and pycodestyle happy with the code 2021-03-24 12:28:25 +01:00
pyproject.toml Make pylint and pycodestyle happy with the code 2021-03-24 12:28:25 +01:00
README.rst Initial version with only pbkdf2-sha256 support 2021-03-23 12:57:03 +01:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

================
Passlib-Werkzeug
================

Passlib handlers to understand password hashes generated by Werkzeugs ``generate_password_hash``,
and to generate hashes understood by ``check_password_hash``.