Socket
Socket
Sign inDemoInstall

bcrypt

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bcrypt - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.8.3 (2015-05-06)
* update nan to 1.8.4 for iojs 2.x support
# 0.8.2 (2015-03-28)

@@ -2,0 +6,0 @@

6

package.json

@@ -14,3 +14,3 @@ {

"main": "./bcrypt",
"version": "0.8.2",
"version": "0.8.3",
"author": "Nick Campbell (https://github.com/ncb000gt)",

@@ -36,4 +36,4 @@ "engines": {

"dependencies": {
"bindings": "1.2.0",
"nan": "1.7.0"
"bindings": "1.2.1",
"nan": "1.8.4"
},

@@ -40,0 +40,0 @@ "devDependencies": {

# node.bcrypt.js
[![Build Status](https://secure.travis-ci.org/ncb000gt/node.bcrypt.js.svg)](http://travis-ci.org/#!/ncb000gt/node.bcrypt.js)
[![Join the chat at https://gitter.im/ncb000gt/node.bcrypt.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ncb000gt/node.bcrypt.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/ncb000gt/node.bcrypt.js.svg?branch=master)](https://travis-ci.org/ncb000gt/node.bcrypt.js)
Lib to help you hash passwords.

@@ -157,4 +159,10 @@ [bcrypt on wikipedia][bcryptwiki]

rounds=8 : ~40 hashes/sec
rounds=9 : ~20 hashes/sec
rounds=10: ~10 hashes/sec
rounds=11: ~5 hashes/sec
rounds=12: 2-3 hashes/sec
rounds=13: ~1 sec/hash
rounds=14: ~1.5 sec/hash
rounds=15: ~3 sec/hash
rounds=25: ~1 hour/hash

@@ -161,0 +169,0 @@ rounds=31: 2-3 days/hash

Sorry, the diff of this file is not supported yet

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