-
Notifications
You must be signed in to change notification settings - Fork 73
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
Functionality doesn't match CyrptoJS, no documented alternative #2
Comments
Hi tyrsius, |
@Chandrakala14 No I didn't. |
Is there any solution now? |
I think your problem is |
@garrows You think the reason that the first line throws an error is that the variable |
The CryptoJS documentation offers this single example of using PBKDF2:
The first line will not work with this, indicating WordArray is not a method. Is there an alterante method in the module for generating a salt?
Also, when calling the second line with a salt generated manually, I get an invalid array length error.
How can this module be used to generate a hash? You have no examples.
The text was updated successfully, but these errors were encountered: