python-scrypt 0.8.24-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild against libssl3t64

 -- Steve Langasek <email address hidden>  Mon, 04 Mar 2024 21:06:53 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-scrypt_0.8.24.orig.tar.gz 59.4 KiB 5d7c3054713da0751d7bcc71dc7b63cc7ab355793bd5ea787bb95c4805138595
python-scrypt_0.8.24-1build1.debian.tar.xz 8.7 KiB 498e707a0930b746ae21b8bbeafb400edc0e2d3ae3884a4108e8b24fa2707f1b
python-scrypt_0.8.24-1build1.dsc 2.2 KiB 4c81eeb677fef280aa4c1926905df9de4dad1aa25074a98368ede5f0d3872d9e

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