pbkdf2-compat

v4.0.0
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
pbkdf2 kdf salt hash

coverage

istanbul cover _mocha -- -t 20000 test/index.js

coveralls

npm run coverage && coveralls < coverage/lcov.info

standard

standard

test

mocha --reporter list -t 20000 test/index.js

bundle-test

browserify test/index.js > test/bundle.js
npm i pbkdf2-compat

Metadata

  • MIT
  • Whatever
  • Daniel Cousens
  • released 2/15/2015

Downloads