Acme-CPANModules-CryptingPassword
view release on metacpan or search on metacpan
crypt/hash a password
VERSION
This document describes version 0.002 of
Acme::CPANModules::CryptingPassword (from Perl distribution
Acme-CPANModules-CryptingPassword), released on 2023-07-21.
DESCRIPTION
Bascally, the Perl's builtin crypt() is all you need. It supports all
the hashing algorithms supported by your system's C library. You just
need to supply the salt in the right format to select the hashing
algorithm. See the function's documentation for more details.
There are some wrappers and other utilities available on CPAN for added
convenience.
ACME::CPANMODULES ENTRIES
Crypt::Password::Util
Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>
This module offers a one-argument crypt() which generates an
lib/Acme/CPANModules/CryptingPassword.pm view on Meta::CPAN
our $DATE = '2023-07-21'; # DATE
our $DIST = 'Acme-CPANModules-CryptingPassword'; # DIST
our $VERSION = '0.002'; # VERSION
our $LIST = {
summary => 'List of modules/tools to crypt/hash a password',
description => <<'_',
Bascally, the Perl's builtin `crypt()` is all you need. It supports all the
hashing algorithms supported by your system's C library. You just need to supply
the salt in the right format to select the hashing algorithm. See the function's
documentation for more details.
There are some wrappers and other utilities available on CPAN for added
convenience.
_
entries => [
{
module => 'Crypt::Password::Util',
description => <<'_',
lib/Acme/CPANModules/CryptingPassword.pm view on Meta::CPAN
Acme::CPANModules::CryptingPassword - List of modules/tools to crypt/hash a password
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::CryptingPassword (from Perl distribution Acme-CPANModules-CryptingPassword), released on 2023-07-21.
=head1 DESCRIPTION
Bascally, the Perl's builtin C<crypt()> is all you need. It supports all the
hashing algorithms supported by your system's C library. You just need to supply
the salt in the right format to select the hashing algorithm. See the function's
documentation for more details.
There are some wrappers and other utilities available on CPAN for added
convenience.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Crypt::Password::Util>
lib/Acme/CPANModules/HashingPassword.pm view on Meta::CPAN
Acme::CPANModules::HashingPassword - Alias for Acme::CPANModules::CryptingPassword
=head1 VERSION
This document describes version 0.002 of Acme::CPANModules::HashingPassword (from Perl distribution Acme-CPANModules-CryptingPassword), released on 2023-07-21.
=head1 DESCRIPTION
Bascally, the Perl's builtin C<crypt()> is all you need. It supports all the
hashing algorithms supported by your system's C library. You just need to supply
the salt in the right format to select the hashing algorithm. See the function's
documentation for more details.
There are some wrappers and other utilities available on CPAN for added
convenience.
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<Crypt::Password::Util>
( run in 1.004 second using v1.01-cache-2.11-cpan-49f99fa48dc )