An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

pbkdf2-sha256
=============

[![build status](https://secure.travis-ci.org/cryptocoinjs/pbkdf2-sha256.png)](http://travis-ci.org/cryptocoinjs/pbkdf2-sha256)
[![Coverage Status](https://img.shields.io/coveralls/cryptocoinjs/pbkdf2-sha256.svg)](https://coveralls.io/r/cryptocoinjs/pbkdf2-sha256)
[![Version](http://img.shields.io/npm/v/pbkdf2-sha256.svg)](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)).