Edit

IABSD.fr/ports/security/py-passlib

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2019-11-23 15:23:14
    Hash : 0270cc6c
    Message : Add a dependency on py-scrypt to py-passlib. passlib has code to use three scrypt backends; one in hashlib in python itself, one is py-scrypt, and one is an internal slow pure-python implementation. hashlib in our Python packages doesn't include scrypt (this requires OpenSSL 1.1+'s scrypt code and isn't supported in libressl), and slow pure-python implementation is slow, so provide the best available one.