vain
Results
63
issues of
vain
https://foss.heptapod.net/python-libs/passlib/-/issues/187 I’ve only seen `bcrypt` break so far, but it’s only a matter of time until the rest fails.
Closes #838.
I have used a wrapper like this for ages now: ```shell # Create BW_IDENTITY depending on current branch. if [ -z "$BW_IDENTITY" ] then branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null) if...