Socket
Socket
Sign inDemoInstall

bcrypt-cli

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bcrypt-cli

CLI tool that generates a bcrypt hash from its argument and outputs to STDOUT. `bcrypt-cli $password $work_factor`


Version published
Maintainers
1
Install size
218 kB
Created

Readme

Source

bcrypt-cli

Build Status Latest Stable Version

bcrypt-cli is a CLI tool that generates a bcrypt hash from its argument and outputs to STDOUT. bcrypt-cli $password $work_factor.

Installation

npm install --global bcrypt-cli

Usage

# bcrypt-cli $password $work_factor
#   e.g:

> bcrypt-cli "my very tough password" 10
$2a$10$r1KXuDP.ifXff.oPN.qjdusWbB29Po6REe8A00qZAXeu1MN92M6KS

FAQs

Last updated on 04 Apr 2016

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