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
|
Source: libdigest-bcrypt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-eksblowfish-perl,
libtry-tiny-perl (>= 0.24),
perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdigest-bcrypt-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdigest-bcrypt-perl.git
Homepage: https://metacpan.org/release/Digest-Bcrypt
Package: libdigest-bcrypt-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-eksblowfish-perl
Description: Perl interface to the bcrypt digest algorithm
Digest::Bcrypt provides an interface to the bcrypt digest algorithm.
.
This module subclasses Digest::base and can be used either directly
or through the Digest meta-module. Using the latter is recommended.
It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.
|