search for: crypt_

Displaying 1 result from an estimated 1 matches for "crypt_".

Did you mean: crypto
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
...es include the prefix $2b$, but our crypt library rejects these, only accepting hash formats with the prefix $2a$. Our current bcrypt java library (http://www.mindrot.org/projects/jBCrypt also https://github.com/jeremyh/jBCrypt) uses the modular crypt format (http://pythonhosted.org/passlib/modular_crypt_format.html) to store both the salt and the hash of the password. The python library we have selected uses bcrypt.c. In (http://www.openwall.com/lists/oss-security/2012/01/02/4), 'Alexander' describes that Christos Zoulas discovered a wrap-around error. This is also described in https://en.w...