Created
November 26, 2014 00:16
-
-
Save calvinmetcalf/37fe1d4fefe28c8ce98c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crypto.pbkdf2(password, salt, iterations, keylen, digest, function (err, key) { | |
// your key | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment