Open GoogleCodeExporter opened 9 years ago
Hi,
I think CryptoJS Hmac issue.
HmacSHA224 and HmacSHA384 results are also different with OpenSSL.
% echo -n > aaa.txt
% openssl dgst -sha224 -hmac pass aaa.txt
% openssl dgst -sha384 -hmac pass aaa.txt
Thank you in advance for your quick fix.
Original comment by kenji.ur...@gmail.com
on 25 Aug 2013 at 12:59
For a temporary patch, you can use this copy of core.js.
https://crypto-js.googlecode.com/svn-history/r667/branches/3.x/src/core.js
Original comment by Jeff.Mott.OR
on 29 Aug 2013 at 2:37
Hi Jeff, thank you for the quick fix. It works fine.
Original comment by kenji.ur...@gmail.com
on 24 Sep 2013 at 7:18
I ran into this too, seems like a pretty serious bug. The patch seemed to work.
Original comment by p...@golfswingviewer.com
on 5 Feb 2014 at 1:39
Original issue reported on code.google.com by
lace...@gmail.com
on 17 Mar 2013 at 7:08