libcrypt-argon2-perl 0.020-1 source package in Ubuntu

Changelog

libcrypt-argon2-perl (0.020-1) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Import upstream version 0.016.
  * Remove debian/libcrypt-argon2-perl.install and
    override_dh_auto_install from debian/rules.
    /usr/bin/argon2-calibrate now gets installed by the upstream build system.
  * d/copyright: update list of directories with third-party files.

  [ Joenio Marques da Costa ]
  * Import upstream version 0.019.
  * d/copyright: switch to Apache Public License 2.0

  [ gregor herrmann ]
  * Import upstream version 0.020.

 -- gregor herrmann <email address hidden>  Thu, 02 Nov 2023 15:41:24 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-argon2-perl_0.020-1.dsc 2.4 KiB d58b6960631e3757c17f4fc4f4828fb97fe3fe3b560e1642aa133a9c7c61b630
libcrypt-argon2-perl_0.020.orig.tar.gz 39.5 KiB 16218c6fc96a9e3ee1322d9df87f635b5be117bc137ef9ce6d6d353404554a5a
libcrypt-argon2-perl_0.020-1.debian.tar.xz 2.6 KiB b839bc6ac35a7e0edbfd25b8d2a23a636b10cd148d3d87ab10cf02dcdf76ab9f

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-argon2-perl: 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.

libcrypt-argon2-perl-dbgsym: debug symbols for libcrypt-argon2-perl