python-scrypt 0.8.0-0.3ubuntu8 source package in Ubuntu

Changelog

python-scrypt (0.8.0-0.3ubuntu8) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 20:57:51 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main misc
Jammy release main misc

Downloads

File Size SHA-256 Checksum
python-scrypt_0.8.0.orig.tar.gz 38.1 KiB d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020
python-scrypt_0.8.0-0.3ubuntu8.debian.tar.xz 5.0 KiB 900de915d6a70c915aef790bba80cbd843c5482f6c9b8fa90d32c6ccdc8be1d5
python-scrypt_0.8.0-0.3ubuntu8.dsc 2.0 KiB 584361b121e0bb5119be94e6c36157cb4616afc24c9eb3fed3a5307cddaee8c1

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