python-scrypt 0.8.24-1 source package in Ubuntu

Changelog

python-scrypt (0.8.24-1) unstable; urgency=medium

  * New upstream release.

 -- Boyuan Yang <email address hidden>  Sat, 02 Mar 2024 17:03:15 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
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-1.dsc 2.0 KiB 99e00da92fca57c9d5ac9cba2fdf8a2229dd3dcdd7e4a9506b90b687750b413b
python-scrypt_0.8.24.orig.tar.gz 59.4 KiB 5d7c3054713da0751d7bcc71dc7b63cc7ab355793bd5ea787bb95c4805138595
python-scrypt_0.8.24-1.debian.tar.xz 8.6 KiB 0090ce1ef7bc227550250c67e534b9d59cc1fef394ab9617dc01e4a32578a2c4

Available diffs

No changes file available.

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