The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Crypt::Passphrase::MD5::Hex - Validate against hexed MD5 hashes with Crypt::Passphrase

VERSION

version 0.014

DESCRIPTION

This module implements a validator for hex-encoded MD5 hashes.

METHODS

new()

This creates a new MD5 validator. It takes no arguments.

accepts_hash($hash)

This (heuristically) determines if we may be dealing with a hex encoded md5 sum.

verify_hash($password, $hash)

This determines if the password matches the hash when MD5'ed.

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.