Skip to content

PBKDF2 with any supported hashing algorithm in Node without waiting for 0.11

License

Notifications You must be signed in to change notification settings

ckaatz-here/pbkdf2-compat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbkdf2-compat

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.

About

PBKDF2 with any supported hashing algorithm in Node without waiting for 0.11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%