NAME
Crypt::Passphrase::Bcrypt::Encrypted - A base-class for encrypting/peppered Argon2 encoders for Crypt::Passphrase
VERSION
version 0.008
DESCRIPTION
This is a base-class for Bcrypt with port-peppering. You probably want to use Crypt::Passphrase::Bcrypt::AES instead.
Configuration
This takes all arguments also taken by Crypt::Passphrase::Bcrypt, with the following additions: cipher
(the name of the used cipher) and active
(the identifier of the active pepper).
SUPPORTED CRYPT TYPES
This class supports at all types supported by Crypt::Bcrypt, with and without a '-encrypted'
postfix.
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.