-
For example:
https://www.tarsnap.com/scrypt.html
Paper:
https://www.bsdcan.org/2009/schedule/attachments/87_scrypt.pdf
-
Friend recommends bcrypt (+ HMAC given #108), but it should make it easy to use and migrate existing (hopefully hashed) credentials from prior authentication regimes. Methods to support for verifying …
-
## Support Argon2 hashing
### Problem
Argon2 won the 2015 password hashing competition ( https://en.wikipedia.org/wiki/Argon2 ). Would be great to offer this as one of the options for password h…
-
Please support bcrypt in com.google.common.hash.Hashing
http://en.wikipedia.org/wiki/Bcrypt
"A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres (USENIX, 1999)
http://www.openbsd.…
-
I use md5_crypt ,but tell me: ValueError: Invalid password hashing scheme 'md5_crypt'. Allowed values are bcrypt, des_crypt, pbkdf2_sha256, pbkdf2_sha512, sha256_crypt, sha512_crypt and plaintext
…
-
Please support bcrypt in com.google.common.hash.Hashing
http://en.wikipedia.org/wiki/Bcrypt
"A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres (USENIX, 1999)
http://www.openbsd.…
-
Please support bcrypt in com.google.common.hash.Hashing
http://en.wikipedia.org/wiki/Bcrypt
"A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres (USENIX, 1999)
http://www.openbsd.…
-
The current authentication scheme has multiple downsides.
- Sessions expire too fast and we keep getting issues related to this. It's also just really annoying.
- #43
- #571
- #770
- …
-
### Describe the bug
When generating a password hash with `{CRYPT}` as hashing algorithm (i.e. libxcrypt crypt()), the generation fails. This applies to both `slappasswd` and normal openldap serve…
-
I am struggling since a week cracking my sisters password for her (with Hashcat) and I think I was able to track the problem down to a change in the hashing scheme in Bitwarden.
I tried to crack my o…