python-argon2 18.3.0-2build4 source package in Ubuntu

Changelog

python-argon2 (18.3.0-2build4) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sun, 17 Oct 2021 10:14:53 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Debian Python Modules Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-argon2_18.3.0.orig.tar.gz 1.7 MiB 003f588de43a817af6ecc1c06103fa0801de63849db3cb0f37576bb2da29043d
python-argon2_18.3.0.orig.tar.gz.asc 833 bytes a0a3dfa58f5c311a1dc0ba400bd526df5ce27699f8901a000674616c67db70d2
python-argon2_18.3.0-2build4.debian.tar.xz 22.7 KiB db86804040a0f5c7d5e07a9f49a7fe9e7d5bc16f9a25418281a95c81690860f1
python-argon2_18.3.0-2build4.dsc 2.6 KiB de0a66cb648d58271b3250ae3119dd8d69ce90123c2391f0313cb42c669ea24d

Available diffs

View changes file

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