bcrypt-cli

1.1.0 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i bcrypt-cli

    Weekly Downloads

    41

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • timruffles