bcrypt
bcrypt copied to clipboard
Modern(-ish) password hashing for your software and your servers
Bumps [bcrypt-pbkdf](https://github.com/RustCrypto/password-hashes) from 0.8.1 to 0.9.0. Commits 96b1950 bcrypt-pbkdf v0.9.0 (#292) d1ab6ad pbkdf2 v0.11.0 (#291) d62f2d3 balloon-hash v0.2.0 (#290) 1e9da32 argon2 v0.4.0 (#289) 7349fd9 build(deps): bump zeroize from 1.5.3 to...
Similar to what we've done in cryptography
Tests fails due to a segfault on 32bit Mageia Cauldron, the development version of the distro. I can reproduce the issue also with Fedora 36 bcrypt mock build. [Mock](https://github.com/rpm-software-management/mock) is...
This is an incarnation of https://github.com/pyca/pyopenssl/pull/1146 and https://github.com/pyca/cryptography/pull/7643. https://github.com/marketplace/actions/alls-green#why
It's generally not recommended to use bcrypt on top of another hashing algorithm. While doing it over sha256 is obviously not as bad as doing it over md5, I think...
I think it's confusing that the API uses `rounds` to describe the work factor of bcrypt; the two are similar but not quite the same, since `rounds = 2^(work factor)`....
For bcrypt 4.1.1, I get this error/warning when I run this code (code which is in FastAPI documentation) I have passlib 1.7.4 ```py from passlib.context import CryptContext pwd_context = CryptContext(schemes=["bcrypt"],...
In order to avoid `ImportError: PyO3 modules compiled for CPython 3.8 or older may only be initialized once per interpreter process` introduced since pyo3 >= 0.17.0, which only allow each...
Similar as https://github.com/pyca/cryptography/issues/9016, my [ceph-mgr in 18.2.1](https://build.opensuse.org/package/show/home:alvistack/ceph-ceph-18.2.1) get error message once upgrade from bcrypt 4.0.1 to 4.1.1: ``` root@node12:~# ceph health detail HEALTH_WARN 9 mgr modules have failed dependencies [WRN]...
Hello, Our system sadly relies on tip of bcrypt and in this case the new release breaks when you do `import bcrypt` Can anyone fix this? I don't know what...