pbkdf2

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

prepublish

npm run test

coverage

nyc --check-coverage --branches 90 --functions 100 tape test/*.js

lint

standard

test

npm run lint && npm run unit

bundle-test

browserify test/index.js > test/bundle.js

unit

tape test/*.js

bench

node bench/

Metadata

  • MIT
  • >=0.12
  • Daniel Cousens
  • released 5/11/2017

Downloads