python-scrypt 0.8.24-1build2 source package in Ubuntu

Changelog

python-scrypt (0.8.24-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 18:17:43 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
python-scrypt_0.8.24.orig.tar.gz 59.4 KiB 5d7c3054713da0751d7bcc71dc7b63cc7ab355793bd5ea787bb95c4805138595
python-scrypt_0.8.24-1build2.debian.tar.xz 8.7 KiB 83e81d0dbff67f6f7786fd8d03bcbb4289cf30a14741471dba7cc237b353caa9
python-scrypt_0.8.24-1build2.dsc 2.1 KiB 1dfb6b394f6d5aa8690c54fe8e784db769981a0722e8173620ad109085d98d5a

Available diffs

View changes file

Binary packages built by this source

python3-scrypt: bindings for the scrypt key derivation function library - Python 3.x

 This is a set of Python bindings for the scrypt key derivation function.
 .
 Scrypt is useful when encrypting password as it is possible to specify a
 minimum amount of time to use when encrypting and decrypting. If, for
 example, a password takes 0.05 seconds to verify, a user won't notice the
 slight delay when signing in, but doing a brute force search of several
 billion passwords will take a considerable amount of time. This is in
 contrast to more traditional hash functions such as MD5 or the SHA family
 which can be implemented extremely fast on cheap hardware.
 .
 This package provides the Python 3.x module.

python3-scrypt-dbgsym: debug symbols for python3-scrypt