python-scrypt 0.8.21-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Boyuan Yang <email address hidden>  Fri, 26 Jan 2024 10:56:03 -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.21-1.dsc 2.0 KiB 8b0d4d6c5681724dd9f2fa88eca7281834203dd867c45f92770c7c0c40a977d9
python-scrypt_0.8.21.orig.tar.gz 65.6 KiB 62ba2725fe2f301265ae3491efa1b7eb71e8e979042c1dde153130faeeed840c
python-scrypt_0.8.21-1.debian.tar.xz 8.6 KiB 3cbf042a883da5a1abe981b3c06e2494cc2bd349aca167f2e44a9199628d1689

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