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

    Бинарный пакет: python3-module-scrypt
    Версия: 0.8.6-alt2
    Архитектура: aarch64
    Собран:  24 мая 2021 г. 15:53 в задании #272389
    Исходный пакет: python3-module-scrypt
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://bitbucket.org/mhallin/py-scrypt

    Лицензия: BSD
    О пакете: 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.

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

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

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


    24 мая 2021 г. Grigory Ustinov 0.8.6-alt2
    - Drop python2 support.
    13 декабря 2018 г. Alexey Shabalin 0.8.6-alt1
    - Initial build.