Socket
Socket
Sign inDemoInstall

pbkdf2-compat

Package Overview
Dependencies
12
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pbkdf2-compat

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


Version published
Weekly downloads
153K
decreased by-12.35%
Maintainers
5
Install size
275 kB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 15 Feb 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc