NAME

Crypt::Passphrase::Fallback - a fallback validator for Crypt::Passphrase

VERSION

version 0.003

METHODS

new(%args)

This method takes two named arguments

  • callback

    The verify_password method will call this with the password and the hash, and return its return value.

  • acceptor

    This callback will decide if this object will take a hash. By default it accepts anything.

AUTHOR

Leon Timmermans <leont@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Leon Timmermans.

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