The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Form::Processor::Field::TxtPassword - Input a password

VERSION

version 1.162360

SYNOPSIS

See Form::Processor

DESCRIPTION

Simple password field that accepts any string.

The only validation is a check if input matches any well-known passwords found in the share file "passwords.txt" and that it is of minimum length.

See: https://github.com/danielmiessler/SecLists.

ATTRIBUTES

min_bytes

Minimum size in bytes of the input string. Bytes are used because we care about entropy or than character length -- and 9 Chinese characters is a long phrase.

AUTHOR

Bill Moseley <mods@hank.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Bill Moseley.

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