python-scrypt 0.8.0-0.3ubuntu7 source package in Ubuntu

Changelog

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

  * No-change rebuild against openssl3

 -- Simon Chopin <email address hidden>  Thu, 25 Nov 2021 14:28:08 +0200

Upload details

Uploaded by:
Simon Chopin
Sponsored 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

Downloads

File Size SHA-256 Checksum
python-scrypt_0.8.0.orig.tar.gz 38.1 KiB d4a5a4f53450b8ef629bbf1ee4be6105c69936e49b3d8bc621ac2287f0c86020
python-scrypt_0.8.0-0.3ubuntu7.debian.tar.xz 5.0 KiB 51a3a62725c0d6e987b6fcf347f5aef6db33e93840a9da7a52a3a7190d34c90a
python-scrypt_0.8.0-0.3ubuntu7.dsc 2.0 KiB 5eb888bc207da5746d5c666ef5ab22c4dedc95c6cd10959032f44a7cef965a59

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