Source: libcrypt-passphrase-perl
Maintainer: Mark Pryor <pryorm09@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/Crypt-Passphrase
Rules-Requires-Root: no

Package: libcrypt-passphrase-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for managing passwords in a cryptographically agile manner
 Crypt::Passphrase manages the passwords in a cryptographically agile manner.
 Following Postel's principle, it allows you to define a single scheme that
 will be used for new passwords, but several schemes to check passwords with.
 It will be able to tell you if you should rehash your password, not only
 because the scheme is outdated, but also because the desired parameters have
 changed.
 .
 Note that this module doesn't depend on any backend, your application will
 have to depend on one or more of the backends listed under /SEE ALSO
 .
 This description was automagically extracted from the module by dh-make-perl.
