Source: libcrypt-saltedhash-perl
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
Build-Depends-Indep:
 libcrypt-sysrandom-perl <!nocheck>,
 libtest-fatal-perl <!nocheck>,
 perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-saltedhash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-saltedhash-perl.git
Homepage: https://metacpan.org/release/Crypt-SaltedHash

Package: libcrypt-saltedhash-perl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libcrypt-sysrandom-perl,
Description: module for handling salted hashes
 Crypt::SaltedHash is a Perl module that provides an object oriented interface
 to create salted (or seeded) hashes of clear text data. The formalization of
 this concept originates from RFC-3112 and is extended by the use of different
 digital algorithms.
 .
 This module is deprecated.
 .
 This module has not had significant updates since 2006. There are newer
 modules that support more secure algorithms and hashing options, and are
 extensible, such as Crypt::Passphrase.
