maxcountryman/flask-bcrypt
Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.
PythonNOASSERTION
Issues
- 0
TypeError in function
#93 opened by Amarnath-someperson - 0
- 1
- 2
Python 3.10 support
#87 opened by JWKennington - 0
- 2
ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security'
#86 opened by Joe-Heffer-Shef - 1
Invalid Salt
#74 opened by liquidpeachy - 1
- 4
- 2
Some one know flask-bcrypt vs werkzeug.security
#42 opened by tim-hub - 2
Cannot install from Mac OSX?
#31 opened by scheung38 - 3
pypi not updated
#53 opened by xavitorne - 3
- 2
ImportError: cannot import name 'gen_salt' from partially initialized module 'werkzeug.security'
#67 opened by ep4sh - 9
Why does the PyPI provided `0.7.1` "latest" release still use `str_safe_cmp` but the latest code here uses `hmac...`?
#75 opened by portante - 2
TypeError: 'unicode' does not have the buffer interface
#24 opened by awang - 0
DeprecationWarning: 'safe_str_cmp' is deprecated and will be removed in Werkzeug 2.1. Use 'hmac.compare_digest' instead. return safe_str_cmp(bcrypt.hashpw(password, pw_hash), pw_hash)
#76 opened by goodnewsj62 - 3
DeprecationWarning: flask_bcrypt.check_password_hash uses now deprecated werkzeug.security.safe_str_cm
#69 opened by msarfati - 1
Source code on github and pypi differs
#65 opened by mahenzon - 0
Dependabot couldn't authenticate with https://pypi.python.org/simple/
#64 opened by dependabot-preview - 1
- 1
flask_bcrypt not compatible with connexion?
#61 opened by thewithz - 0
- 0
- 1
Update documentation for python3 import
#51 opened by petar-andrejic - 1
import 'flask.ext.bcrypt' error
#56 opened by dafinoer - 1
No module named 'flask_bcrypt'
#54 opened by ButeForce - 3
Is 12 rounds overkill?
#17 opened by pnegahdar - 1
API missing in documentation
#35 opened by Shanks512 - 2
Python3 support
#38 opened by brvier - 4
- 1
ValueError: Invalid salt
#34 opened by xash3000 - 7
Broken with Bcrypt 2.0.0
#33 opened by sphildreth - 17
- 2
Can't upgrade to the latest version 0.6.2
#26 opened by Hiieu - 16
- 8
fail when try to authenticate
#29 opened by xmnlab - 5
- 4
Install in windows 7 x64
#16 opened by alexwaters - 1
push to pypi for 0.6.1?
#23 opened by kageurufu - 8
update documentation
#25 opened by mjhea0 - 1
LICENSE is missing from tarball
#13 opened - 1
- 5
Docs hosted online
#12 opened by alekzvik - 3
Initialization
#10 opened by DarkSector - 3
Error: Invalid salt
#9 opened by adsahay - 1
bcrypt_init doesn't set BCRYPT_LOG_ROUNDS
#1 opened by jeverling