bugzilla-daemon at bugzilla.mindrot.org
2012-Feb-19 10:43 UTC
[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 consists of a single character with decimal value 254) results in different hashes compared to php, using same salt. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2012-Feb-24 00:05 UTC
[Bug 1982] different behavior compared to php (openwall version of bcrypt)
https://bugzilla.mindrot.org/show_bug.cgi?id=1982 --- Comment #1 from Damien Miller <djm at mindrot.org> 2012-02-24 11:05:13 EST --- jBcrypt converts unicode to UTF-8 before hashing, I have no idea what Openwall/PHP do - they probably don't encode at all. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.