Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

crypto-pbkdf2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-pbkdf2 - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

0

lib/pbkdf2.js

@@ -0,0 +0,0 @@ /*

4

package.json
{
"name": "crypto-pbkdf2",
"version": "0.1.1",
"version": "0.1.2",
"author": "Jeff Mott",

@@ -20,2 +20,2 @@ "description": "CryptoJS' PBKDF2 rollup as a stand-alone npm package. Managed by David Murdoch",

"main": "./index.js"
}
}

@@ -1,4 +0,6 @@

crypto-PBKDF2
=============
# You should probably use [easy-pbkdf2](https://github.com/davidmurdoch/easy-pbkdf2) instead as it uses node's built-in `crypto.pbkdf2` method.
## crypto-PBKDF2
[crypto.js'](http://code.google.com/p/crypto-js/) PBKDF2 standalone implementation for npm.

@@ -12,3 +14,3 @@

var SALT_SIZE: 192/8;
var SALT_SIZE = 192/8;

@@ -64,2 +66,2 @@ var KEY_SIZE = 768/32;

var isPassword = checkPassword( "password", salt, hashedPassword ); // true
```
```
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