logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zxcvbn-password-strength - evaluate password strength

Author

       Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>

Name

       zxcvbn-password-strength - evaluate password strength

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

Version

       version 1.1.2

See Also