python-scrypt 0.8.0-0.3ubuntu11 source package in Ubuntu

Changelog

python-scrypt (0.8.0-0.3ubuntu11) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:53:00 +0000

Upload details

Uploaded by:
Graham Inggs
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.0.orig.tar.gz 38.1 KiB d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020
python-scrypt_0.8.0-0.3ubuntu11.debian.tar.xz 5.1 KiB c70721e46c96598a7513ce8b2b40bc1d0364eb7df0b27c71e19ea93b60efe04a
python-scrypt_0.8.0-0.3ubuntu11.dsc 2.0 KiB a35eb1e8220cd2404c19edb1458c186b93ddf8c75263e3d00c501b08ffe3e64b

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