Skip to content

A simple CLI tool to check password strength using zxcvbn

License

Notifications You must be signed in to change notification settings

awaitlink/zxcvbn-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❮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