Passlib handlers to understand password hashes generated by Werkzeug’s `generate_password_hash`, and to generate hashes understood by `check_password_hash`.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gergely Polonkai c9d1f00297
Create a .gitignore file
2 years ago
passlib_werkzeug Make pylint and pycodestyle happy with the code 2 years ago
tests Initial version with only pbkdf2-sha256 support 2 years ago
.gitignore Create a .gitignore file 2 years ago
LICENSE Initial version with only pbkdf2-sha256 support 2 years ago
README.rst Initial version with only pbkdf2-sha256 support 2 years ago
poetry.lock Make pylint and pycodestyle happy with the code 2 years ago
pyproject.toml Make pylint and pycodestyle happy with the code 2 years ago

README.rst

Passlib-Werkzeug

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