Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041329
en ru br
ALT Linux repos
S:0.8.20-alt2

Group :: Development/Python3
RPM: python3-module-scrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.8.20-alt2
Build date: 18 july 2022, 17:01 ( 88.4 weeks ago )
Size: 58.75 Kb

Home page:   https://pypi.org/project/scrypt

License: BSD-2-Clause
Summary: Bindings for the scrypt key derivation function library
Description:

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.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-scrypt-debuginfo
  • python3-module-scrypt
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin