python-scrypt 0.8.0-0.3ubuntu10 source package in Ubuntu
Changelog
python-scrypt (0.8.0-0.3ubuntu10) lunar; urgency=medium * Rebuild to drop Python3.10 extension -- Jeremy Bicha <email address hidden> Tue, 28 Feb 2023 08:43:20 -0500
Upload details
- Uploaded by:
- Jeremy BĂcha
- Uploaded to:
- Lunar
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | misc | |
Lunar | 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.3ubuntu10.debian.tar.xz | 5.1 KiB | 5418a87acb4ace3e88b51664ee1ffd365fe2e1836739d776018aab6bbe240e6a |
python-scrypt_0.8.0-0.3ubuntu10.dsc | 2.0 KiB | cd6c12b4883b009e5ebea0bdcab4210c12f189a526a560fc9966f7e1fddcae1f |
Available diffs
- diff from 0.8.0-0.3ubuntu9 to 0.8.0-0.3ubuntu10 (341 bytes)
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