NAME
Data::Password::zxcvbn::French - Dropbox's password estimation logic, with French defaults
VERSION
version 1.0.2
SYNOPSIS
use Data::Password::zxcvbn::French qw(password_strength);
my $strength = password_strength($my_password);
warn $strength->{warning} if $strength->{score} < 3;
DESCRIPTION
This is a variant of Data::Password::zxcvbn
with French data. See that distribution for all the documentation.
AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@broadbean.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 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.