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

NAME

Form::Processor::Field::ScryptPassword - convert passwords to scrypt hash.

VERSION

version 1.162360

SYNOPSIS

See Form::Processor

DESCRIPTION

This class converts the input value to a script hash using Crypt::ScryptKDF. The class inherits from TxtPassword which enforces some length, common word, and entropy checks.

Currently doesn't allow changing the script_hash parameters (as per Crypt::ScryptKDF documentation).

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.