cuing / crypto-js

Automatically exported from code.google.com/p/crypto-js
0 stars 0 forks source link

MD5 contains all zeros when long string is used #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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