Пакет python3-module-scrypt: Информация

    Исходный пакет: python3-module-scrypt
    Версия: 0.8.20-alt2
    Собран:  20 июля 2022 г. 0:57
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/scrypt

    Лицензия: BSD-2-Clause
    О пакете: Bindings for the scrypt key derivation function library
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-scrypt (mipsel)

    Сопровождающий: Grigory Ustinov

    Список участников:
    Grigory Ustinov
    Alexey Shabalin

      1. libssl-devel
      2. python3-module-setuptools
      3. rpm-build-python3

    Последнее изменение


    18 июля 2022 г. Grigory Ustinov 0.8.20-alt2
    - Fix license.
    - Add filter for tags.
    29 июня 2022 г. Grigory Ustinov 0.8.20-alt1
    - Build new version.
    24 мая 2021 г. Grigory Ustinov 0.8.6-alt2
    - Drop python2 support.