1Data::Password::zxcvbn:U:sMeartcCho:n:tBrriubtuDetaFetodar:cP:eeP(ra3ls)sDwoocrudm:e:nztxactvibonn::Match::BruteForce(3)
2
3
4
6 Data::Password::zxcvbn::Match::BruteForce - special match class for
7 brute-force guesses
8
10 version 1.1.2
11
13 This class represents the guess that a certain substring of a password
14 can't be guessed any other way than by going through all the characters
15 combinations one by one.
16
17 This kind of matches is not generated by "omnimatch": it's used
18 internally by "most_guessable_match_list" to cover unmatched
19 substrings, and as a fallback in the calculations.
20
22 "estimate_guesses"
23 The number of guesses is exponential on the length of the token.
24
25 "new"
26 my $match = Data::Password::zxcvbn::Match::BruteForce->new(
27 password => $password,
28 i => 2, j => 5,
29 );
30
31 Returns a match object covering the substring of $password between the
32 "i"th and "j"th character.
33
34 "feedback_warning"
35 "feedback_suggestions"
36 This class does not provide any feedback.
37
39 Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
40
42 This software is copyright (c) 2022 by BroadBean UK, a CareerBuilder
43 Company.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.38.0 2D0a2t3a-:0:9P-a1s3sword::zxcvbn::Match::BruteForce(3)