https://github.com/cryptocoinjs/pbkdf2-sha256
DEPRECATED - Key derivation function primarily used for Scrypt
https://github.com/cryptocoinjs/pbkdf2-sha256
Last synced: 11 months ago
JSON representation
DEPRECATED - Key derivation function primarily used for Scrypt
- Host: GitHub
- URL: https://github.com/cryptocoinjs/pbkdf2-sha256
- Owner: cryptocoinjs
- License: other
- Created: 2014-02-17T07:56:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T15:49:51.000Z (over 10 years ago)
- Last Synced: 2025-06-10T05:34:33.569Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 23
- Watchers: 8
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
pbkdf2-sha256
=============
[](http://travis-ci.org/cryptocoinjs/pbkdf2-sha256)
[](https://coveralls.io/r/cryptocoinjs/pbkdf2-sha256)
[](https://www.npmjs.org/package/pbkdf2-sha256)
`pbkdf2-sha256` is a JavaScript implementation of [PBKDF2](http://en.wikipedia.org/wiki/PBKDF2) using the SHA256 HMAC. It's useful as the [Scrypt](http://en.wikipedia.org/wiki/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/
### Status
Package is **deprecated**. Please use [pbkdf2](https://www.npmjs.com/package/pbkdf2) ([github](https://github.com/crypto-browserify/pbkdf2)).