python-argon2 21.1.0-1build1 source package in Ubuntu

Changelog

python-argon2 (21.1.0-1build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 15:09:50 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Debian Python 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_21.1.0.orig.tar.gz 40.5 KiB ba22c9a5531177a7c0d601e0b3aebd62c868da2caff3dc537916835ce29ac88c
python-argon2_21.1.0-1build1.debian.tar.xz 14.8 KiB 7be03e11c7700345a374cdefde3370b72d72e728f26f692275c24d6751f22012
python-argon2_21.1.0-1build1.dsc 2.2 KiB 73cf1567add998dbede89a1b98778214205c00b50a764b3be15ecff2d64b2580

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