argon2 0~20190702+dfsg-5 source package in Ubuntu

Changelog

argon2 (0~20190702+dfsg-5) unstable; urgency=medium

  * d/watch: Drop orphaned double quote.
  * d/gbp.conf: Switch debian-branch to debian/unstable.
  * d/control:
    - Update my email address to the d.o one.
    - Drop 'Rules-Requires-Root: no', it's the standard now.
    - Bump Standards-Version to 4.7.2.
  * d/copyright:
    - Bump Debian copyright years to 2025.
    - Update my email address to the d.o one.

 -- Sven Geuer <email address hidden>  Sat, 23 Aug 2025 13:15:53 +0200

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release main misc

Downloads

File Size SHA-256 Checksum
argon2_0~20190702+dfsg-5.dsc 2.4 KiB 90436f69e7a734a04276425509fbdca6739f5a5e039215f8ad085c760673a464
argon2_0~20190702+dfsg.orig.tar.xz 708.4 KiB 815f1017b5b0033204778c2e32443257274bc5d9dd16d355c4f7db8189e23dcc
argon2_0~20190702+dfsg-5.debian.tar.xz 9.2 KiB de2ffa82d121fcc3e90a8a7af1ecd31cc9f7acd97bfa569617cdd740bb025e73

No changes file available.

Binary packages built by this source

argon2: memory-hard hashing function - utility

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains the argon2 tool for hashing data on the command-line.

argon2-dbgsym: debug symbols for argon2
libargon2-1: memory-hard hashing function - runtime library

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package includes the dynamic library against which programs are linked.

libargon2-1-dbgsym: debug symbols for libargon2-1
libargon2-dev: memory-hard hashing function - development files

 Argon2 is a password-hashing function that can be used to hash passwords
 for credential storage, key derivation, or other applications.
 .
 There are two main versions of Argon2: Argon2i and Argon2d.
 Argon2i is the safest against side-channel attacks, while Argon2d provides
 the highest resistance against GPU cracking attacks.
 .
 Argon2i and Argon2d are parametrized by:
  * A time cost, which defines the amount of computation realized and
    therefore the execution time, given in number of iterations
  * A memory cost, which defines the memory usage, given in kibibytes
  * A parallelism degree, which defines the number of parallel threads
 .
 This package contains headers and libraries for developing program based
 on argon2.