1ZXCVBN-PASSWORD-STRENGTUHs(e1r)Contributed Perl DocumentZaXtCiVoBnN-PASSWORD-STRENGTH(1)
2
3
4
6 zxcvbn-password-strength - evaluate password strength
7
9 version 1.1.2
10
12 zxcvbn-password-strength [options] [password...]
13
14 Options:
15
16 "--json"
17 "-j"
18 output a stream of JSON objects with full details for each
19 password; without this option, only the password and its score will
20 be printed
21
22 "--from <file>"
23 "-f <file>"
24 opens the given "file" and treats each line as a password to
25 evaluate; can be given more than once
26
27 "--help"
28 prints this help message and exits
29
30 "--version"
31 prints the script version and exits
32
34 Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
35
37 This software is copyright (c) 2022 by BroadBean UK, a CareerBuilder
38 Company.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.36.1 2023-09-13 ZXCVBN-PASSWORD-STRENGTH(1)