zxcvbn-cli

Crates.iozxcvbn-cli
lib.rszxcvbn-cli
version2.0.3
sourcesrc
created_at2019-06-01 07:15:34.606588
updated_at2023-01-21 09:34:28.398828
descriptionA simple CLI tool to check password strength using zxcvbn.
homepagehttps://github.com/u32i64/zxcvbn-cli#readme
repositoryhttps://github.com/u32i64/zxcvbn-cli
max_upload_size
id138278
size35,694
(u32i64)

documentation

README

❮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

Commit count: 62

cargo fmt