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

Changelog

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

  * QA upload
  * d/rules: Restore threading support to libargon2-1-udeb (closes: #1034696).
    This is beneficial for cryptsetup-udeb, see #1028250.  Removing threading
    support in libargon2-1-udeb was done for historical reasons no longer
    relevant since Debian Bookworm.

 -- Guilhem Moulin <email address hidden>  Fri, 21 Apr 2023 19:48:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main misc

Downloads

File Size SHA-256 Checksum
argon2_0~20190702+dfsg-3.dsc 2.0 KiB 0aecff5fe6552a1bbcd53566f40eb241a5ad9f6dce97f6d16da383973c21dfd5
argon2_0~20190702+dfsg.orig.tar.xz 708.4 KiB 815f1017b5b0033204778c2e32443257274bc5d9dd16d355c4f7db8189e23dcc
argon2_0~20190702+dfsg-3.debian.tar.xz 7.5 KiB 603999bf955e26d42bca24766dcea33e6ffd0fae4574a26a9632a59fbe9999b4

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.