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.Create a simple javascript and require crypto.
2.crypto.pbkdf2Sync("12345", "salt", 10000, 14, "sha256");
3.Run it in with 32 bit and 64 bit systems.
What is the expected output? What do you see instead?
Both should return same output but its observed that outputs vary.
What version of the product are you using? On what operating system?
Using node v0.12.4 to run the script created in as mentioned above, tried on
ubuntu 14.04 64 bit and 32 bit systems.
Original issue reported on code.google.com by [email protected] on 11 Jun 2015 at 2:15
The text was updated successfully, but these errors were encountered:
The issue is with the implementation of node's crypto. Key output varies with
node v0.10.12 and v0.12.4.
Please disregard this issue. Apologies for bothering you.
Original issue reported on code.google.com by
[email protected]
on 11 Jun 2015 at 2:15The text was updated successfully, but these errors were encountered: