GitXplorerGitXplorer
a

zxcvbn-cli

public
9 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
78ae22af4afafe4a6a6112729c9d6186c87a5798

Address clippy warning.

aawaitlink committed 2 years ago
Unverified
ca4743a8568f8b7e7b1664442eb854ab0c1db68f

Version 2.0.3.

aawaitlink committed 2 years ago
Unverified
f04b7233a5f779892ab0415d9b7aaec99dff84bf

Upgrade dependencies.

aawaitlink committed 2 years ago
Unverified
6b8cf4b0e8e9ef158e040609d863a2afce27b6b0

Fix link in changelog.

aawaitlink committed 3 years ago
Unverified
b725f34c083f51a2c7d2f47729c6fec7e724114c

Release `2.0.2`.

aawaitlink committed 3 years ago
Unverified
3c78bc583a541238d9fd6fdca962812273fbdc87

Upgrade dependencies; fix warnings, deprecations, etc.

aawaitlink committed 3 years ago

README

The README file for this repository.

❮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