python-argon2 21.1.0-2build1 source package in Ubuntu

Changelog

python-argon2 (21.1.0-2build1) noble; urgency=high

  * No change rebuild for frame pointers (and time_t).

 -- Julian Andres Klode <email address hidden>  Thu, 18 Apr 2024 19:56:24 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
python-argon2_21.1.0.orig.tar.gz 40.5 KiB ba22c9a5531177a7c0d601e0b3aebd62c868da2caff3dc537916835ce29ac88c
python-argon2_21.1.0-2build1.debian.tar.xz 15.3 KiB b4149c7b80fef9d15eed36d7590cb378def30f4338e8a912bbe5b4aac0b0684c
python-argon2_21.1.0-2build1.dsc 2.3 KiB 01e7a630367cc6d126dfb33beff4e89d15a575b8fe7a94b0a411446a293a408a

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