1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: libauthen-passphrase-perl
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 <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
libmodule-build-perl,
perl
Build-Depends-Indep: libauthen-dechpwd-perl,
libcrypt-des-perl,
libcrypt-eksblowfish-perl,
libcrypt-mysql-perl,
libcrypt-passwdmd5-perl,
libcrypt-unixcrypt-xs-perl,
libdata-entropy-perl,
libdigest-md4-perl,
libmodule-runtime-perl (>= 0.011),
libparams-classify-perl,
libtest-pod-coverage-perl,
libtest-pod-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-passphrase-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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-unixcrypt-xs-perl,
libdata-entropy-perl,
libdigest-md4-perl,
libmodule-runtime-perl (>= 0.011),
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.
|