Scroll to navigation

ZXCVBN-PASSWORD-STRENGTH(1p) User Contributed Perl Documentation ZXCVBN-PASSWORD-STRENGTH(1p)

NAME

zxcvbn-password-strength - evaluate password strength

VERSION

version 1.0.4

SYNOPSIS

  zxcvbn-password-strength [options] [password...]

Options:

"--json"
"-j"
output a stream of JSON objects with full details for each password; without this option, only the password and its score will be printed
"--from <file>"
"-f <file>"
opens the given "file" and treats each line as a password to evaluate; can be given more than once
"--help"
prints this help message and exits
"--version"
prints the script version and exits

AUTHOR

Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by BroadBean UK, a CareerBuilder Company.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2020-07-13 perl v5.30.3