NAME
Crypt::Passphrase::SHA1::Hex - Validate against hexed SHA1 hashes with Crypt::Passphrase
VERSION
version 0.019
SYNOPSIS
my $passphrase = Crypt::Passphrase->new(
encoder => 'Argon2',
validators => [ 'SHA1::Hex' ],
);
DESCRIPTION
This module implements a validator for base64-encoded SHA-1 hashes.
This has no configuration and will try to match any value that looks like 20 bytes encoded in hex.
AUTHOR
Leon Timmermans <fawaka@gmail.com>
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.