python-argon2 21.1.0-2 source package in Ubuntu

Changelog

python-argon2 (21.1.0-2) unstable; urgency=medium

  * Team Upload.
  * Add patch to fix FTBFS (Closes: #1020022)
    + Do not try to build external lib when using the
      system lib is specified.
  * Change B-D to libargon2-dev (Closes: #1005700)

 -- Nilesh Patra <email address hidden>  Thu, 13 Oct 2022 15:08:36 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-argon2_21.1.0-2.dsc 2.2 KiB 03e31cb95441f34d659f43142b4fe8a56a69bb6e0bc2039be4b0263194dc8717
python-argon2_21.1.0.orig.tar.gz 40.5 KiB ba22c9a5531177a7c0d601e0b3aebd62c868da2caff3dc537916835ce29ac88c
python-argon2_21.1.0-2.debian.tar.xz 15.1 KiB 3ea33458324a9aa7d4151b058e8dc0d28b065e5bc66c16a85f5fa069c8041846

No changes file available.

Binary packages built by this source

python-argon2-doc: Argon2 password hashing library - Python Module Documentation

 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 module provides the documentation for the argon2 Python modules.

python3-argon2: Argon2 password hashing library - Python 3.x Module

 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 module provides argon2 hashing primitives for the Python 3 programming
 language.

python3-argon2-dbgsym: debug symbols for python3-argon2