Source: libcrypt-argon2-perl Standards-Version: 4.7.4 Maintainer: Debian Perl Group Uploaders: Joenio Marques da Costa , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), libdist-build-perl (>= 0.028), libtest-simple-perl , perl-xs-dev, perl:native, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-argon2-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-argon2-perl.git Homepage: https://metacpan.org/release/Crypt-Argon2 Package: libcrypt-argon2-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, Description: Perl interface to the Argon2 key derivation functions The Crypt::Argon2 implements the Argon2 key derivation function, which is suitable to convert any password into a cryptographic key. This is most often used to secure storage of passwords but can also be used to derive a encryption key from a password. It offers variable time and memory costs as well as output size. . A command-line tool `argon2-calibrate` to find the appropriate parameters is included in this package.