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
Original issue reported on code.google.com by
nitinkis...@gmail.com
on 21 Jun 2014 at 11:06