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

    Исходный пакет: python-module-cryptacular
    Версия: 1.0-alt2
    Собран:  22 июня 2011 г. 9:28
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/cryptacular/

    Лицензия: MIT
    О пакете: A password hashing framework with bcrypt and pbkdf2
    Описание: 
    cryptacular is a collection of strong password hashing functions that
    share a common interface, and a nice way to use bcrypt as a password
    hash. It's designed to make it easy for you to migrate away from your
    half-assed custom password scheme. Compared with popular choices like
    plain text or single rounds of md5 or sha, strong password hashes
    greatly increase the computational cost of obtaining users' passwords
    from a leaked password database.
    
    cryptacular's interface was inspired by zope.password but cryptacular
    does not depend on zope and implements much stronger algorithms.
    cryptacular also provides a convenient way to recognize and upgrade
    obsolete password hashes on the fly when users log in with their correct
    password.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-cryptacular (x86_64, i586)
    python-module-cryptacular-debuginfo (x86_64, i586)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Eugeny A. Rostovtsev

    Права:
    Eugeny A. Rostovtsev
    @everybody

      1. python-devel
      2. python-module-distribute

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


    22 июня 2011 г. Eugeny A. Rostovtsev 1.0-alt2
    - Excluded *.pth
    28 мая 2011 г. Eugeny A. Rostovtsev 1.0-alt1
    - Initial build for Sisyphus