You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Call Crypto.MD5() with a string larger than 4000 characters
What is the expected output? What do you see instead?
The returned MD5 hash string is the correct length, however every character
is a zero.
What version of the product are you using? On what operating system?
Crypto-JS v1.1.0, Firefox 3.5, Windows XP Pro
Original issue reported on code.google.com by cain...@ccrsb.ca on 16 Sep 2009 at 4:04
The text was updated successfully, but these errors were encountered:
Fixed and committed to the trunk (revision 205) and merged into the 1.1.x
branch. This
fix will be included in a 1.2 release. There may be a 1.1.1 release for this
bug if 1.2
isn't released within the next few days.
Original comment by Jeff.Mott.OR on 17 Sep 2009 at 11:25
Original issue reported on code.google.com by
cain...@ccrsb.ca
on 16 Sep 2009 at 4:04The text was updated successfully, but these errors were encountered: