Displaying 4 results from an estimated 4 matches for "jbcrypt".
Did you mean:
bcrypt
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
...cement
Priority: P3
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
Reporter: dcarlson at squareup.com
Created attachment 2870
--> https://bugzilla.mindrot.org/attachment.cgi?id=2870&action=edit
patch to add support
NOTE: refers to jbcrypt 0.4.0, but product is not selectable.
We have run into a problem with the prefix of bcrypt-hashed passwords.
Our generated hash values 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...
2012 Feb 19
1
[Bug 1982] New: different behavior compared to php (openwall version of bcrypt)
https://bugzilla.mindrot.org/show_bug.cgi?id=1982
Bug #: 1982
Summary: different behavior compared to php (openwall version
of bcrypt)
Classification: Unclassified
Product: jBCrypt
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Default
AssignedTo: djm at mindrot.org
ReportedBy: roman_v15 at hotmail.com
The string "?" (which...
2013 May 02
3
[Bug 2097] New: if gensalt's log_rounds parameter is set to 31 it does 0 (ZERO) rounds!
https://bugzilla.mindrot.org/show_bug.cgi?id=2097
Bug ID: 2097
Summary: if gensalt's log_rounds parameter is set to 31 it does
0 (ZERO) rounds!
Classification: Unclassified
Product: jBCrypt
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: security
Priority: P5
Component: Default
Assignee: djm at mindrot.org
Reporter: rathsfeld at pilodata.de
In the method crypt_raw you ar...
2011 May 30
3
[Bug 1910] New: checkpw returns true when it shouldn't
https://bugzilla.mindrot.org/show_bug.cgi?id=1910
Summary: checkpw returns true when it shouldn't
Product: jBCrypt
Version: unspecified
Platform: amd64
OS/Version: Other
Status: NEW
Severity: security
Priority: P2
Component: Default
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: jfrobishow at gmail.com
On Windows 7 6...