pbkdf2-compat
Provides the functionality of PBKDF2 with the ability to use any natively supported Node crypto hashing algorithm.
Last updated 11 years ago by dcousens .
MIT · Repository · Bugs · Original npm
$ cnpm install pbkdf2-compat 
SYNC missed versions from official npm registry.

Depreciated, this library can now be found at pbkdf2.

build status Coverage Status Version

This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

Usage

var compat = require('pbkd2f-compat')
var derivedKey = compat.pbkdf2Sync('password', 'salt', 1, 32, 'sha512')

...

Credits

This module is a derivative of https://github.com/cryptocoinjs/pbkdf2-sha256/, so thanks to JP Richardson for laying the ground work.

Current Tags

  • 2.0.1                                ...           latest (11 years ago)

1 Versions

  • 2.0.1                                ...           11 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (2)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org