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?
I am trying to convert the string into encrypted key
here is my line :
var key = CryptoJS.PBKDF2(password, salt, { hasher: CryptoJS.algo.SHA256,
keySize: 128 / 32, iterations: 1000 });
when i use the "hasher: CryptoJS.algo.SHA256" it throws an error.
if i use it without hasher it works.
Original issue reported on code.google.com by nitinkis...@gmail.com on 21 Jun 2014 at 11:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
nitinkis...@gmail.com
on 21 Jun 2014 at 11:06The text was updated successfully, but these errors were encountered: