Skip to content

Instantly share code, notes, and snippets.

@calvinmetcalf
Created November 26, 2014 00:16
Show Gist options
  • Save calvinmetcalf/37fe1d4fefe28c8ce98c to your computer and use it in GitHub Desktop.
Save calvinmetcalf/37fe1d4fefe28c8ce98c to your computer and use it in GitHub Desktop.
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