Source: libauthen-passphrase-perl
Standards-Version: 4.7.4
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Ivan Kohler <ivan-debian@420.am>,
 Ansgar Burchardt <ansgar@debian.org>,
 Xavier Guimard <yadd@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
 perl,
Build-Depends-Indep:
 libauthen-dechpwd-perl <!nocheck>,
 libcrypt-des-perl <!nocheck>,
 libcrypt-eksblowfish-perl <!nocheck>,
 libcrypt-mysql-perl <!nocheck>,
 libcrypt-passwdmd5-perl <!nocheck>,
 libcrypt-sysrandom-perl <!nocheck>,
 libcrypt-unixcrypt-xs-perl <!nocheck>,
 libdigest-md4-perl <!nocheck>,
 libmodule-runtime-perl <!nocheck>,
 libparams-classify-perl <!nocheck>,
 libtest-pod-coverage-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-passphrase-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-passphrase-perl.git
Homepage: https://metacpan.org/release/Authen-Passphrase

Package: libauthen-passphrase-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libauthen-dechpwd-perl,
 libcrypt-des-perl,
 libcrypt-eksblowfish-perl,
 libcrypt-mysql-perl,
 libcrypt-passwdmd5-perl,
 libcrypt-sysrandom-perl,
 libcrypt-unixcrypt-xs-perl,
 libdigest-md4-perl,
 libmodule-runtime-perl,
 libparams-classify-perl,
Description: Perl module encapsulating hashed passwords/passphrases as objects
 Authen::Passphrase is the base class for a system of objects that encapsulate
 passphrases.  An object of this type is a passphrase recogniser: its
 job is to recognise whether an offered passphrase is the right one.
 For security, such passphrase recognisers usually do not themselves know
 the passphrase they are looking for; they can merely recognise it when
 they see it.  There are many schemes in use to achieve this effect,
 and the intent of this class is to provide a consistent interface to
 them all, hiding the details.
 .
 This package contains implementations of several specific passphrase schemes
 in addition to the base class.
 .
 THIS MODULE IS DEPRECATED. For a module that's more extensible, and
 less held-back by legacy algorithms, you may want to use
 Crypt::Passphrase instead.
