JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2143
  • Score
    100M100P100Q19677F
  • License BSD

pbkdf2-sha256 is a PBDKF2 implementation using HMAC SHA256

Package Exports

  • pbkdf2-sha256

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pbkdf2-sha256) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pbkdf2-sha256

build status Coverage Status Version

pbkdf2-sha256 is a JavaScript implementation of PBKDF2 using the SHA256 HMAC. It's useful as the Scrypt algorithm uses this. It's fully compatible with Node.js and the browser (via Browserify).

Official documenation:

http://cryptocoinjs.com/modules/crypto/pbkdf2-sha256/