-
-
Notifications
You must be signed in to change notification settings - Fork 55
[WIP] require browser version of create-hmac in browser.js #26
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
Conversation
Why? |
because |
And what about if I wanted javascript pbkdf2 and native HMAC? |
Can you describe your case? |
@fanatid PBKDF-SHA256 on Node 10 (though, its not so relevant now) |
oh, I forgot about this :( maybe we should make something like this? function createPBKDF2 (hmac) {
...
}
module.exports = createPBKDF2(require('create-hmac/browser'))
module.exports.native = createPBKDF2(require('create-hmac')) or move node v0.10 code to another file? |
Related project where would be nice have pure js pbkdf2: https://github.com/cryptocoinjs/scryptsy |
Why does that need pure JS pbkdf2? |
Honestly, I don't know :) |
NACK, you can force |
ok, I'll close this right now, |
👍 |
No description provided.