zxcvbn-cli 2.0.2

A simple CLI tool to check password strength using zxcvbn.
Documentation

❮zxcvbn-cli❯

version downloads license

A simple CLI tool to check password strength using shssoichiro/zxcvbn-rs, which is a Rust port of dropbox/zxcvbn.

Installation

$ cargo install zxcvbn-cli

Updating

$ cargo install zxcvbn-cli -f

Usage

There are multiple ways to use zxcvbn-cli:

  • Supply password via argument:

    $ zxcvbn [password]
    
  • Enter password via stdin:

    $ zxcvbn
    
  • Enter password via stdin, but don't show it or the sequence in output:

    $ zxcvbn -s
    

Examples

$ zxcvbn zxcvbn

img/zxcvbn

$ zxcvbn "Tr0ub4dour&3"

img/Tr0ub4dour_3

$ zxcvbn correcthorsebatterystaple

img/correcthorsebatterystaple