Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MD5 contains all zeros when long string is used #1

Closed
GoogleCodeExporter opened this issue Dec 10, 2015 · 1 comment
Closed

MD5 contains all zeros when long string is used #1

GoogleCodeExporter opened this issue Dec 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant