python-scrypt 0.8.0-0.3ubuntu9 source package in Ubuntu

Changelog

python-scrypt (0.8.0-0.3ubuntu9) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:11:46 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.0.orig.tar.gz 38.1 KiB d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020
python-scrypt_0.8.0-0.3ubuntu9.debian.tar.xz 5.0 KiB 63a46f2f7d62e1d9d18fde2282b84067ff389cb04561b5f64d570044a53a41fb
python-scrypt_0.8.0-0.3ubuntu9.dsc 2.0 KiB d3affd66bcf698b4ec039fb64906a635979ea8fc1bd246a628d542e20cdd7f30

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