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 <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               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,
                     libparams-classify-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 3.9.6
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-unixcrypt-xs-perl,
         libdata-entropy-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.
 
     |