Socket
Socket
Sign inDemoInstall

pbkdf2-compat

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pbkdf2-compat

Provides the functionality of PBKDF2 with the ability to use any natively supported Node crypto hashing algorithm.


Version published
Weekly downloads
95K
decreased by-7.32%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 24 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc