CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2021/01/18 22:27:50

Log message:
    import py-argon2-cffi; ok bket@
    
    Information for inst:py3-argon2-cffi-20.1.0
    
    Comment:
    argon2 password hashing for Python
    
    Description:
    Argon2 is a secure password hashing algorithm. Is is designed to
    have both a configurable runtime as well as memory consumption.
    
    The current workhorses of password hashing are unquestionably bcrypt
    and PBKDF2. And while they're still fine to use, the password
    cracking community embraced new technologies like GPUs and ASICs
    to crack passwords in a highly parallel fashion.
    
    An effective measure against extreme parallelism proved making
    computation of password hashes also memory hard.
    
    Between 2012 and 2015, the password hashing competition took place
    to find a new, secure, and future-proof password hashing algorithm.
    The winner of this competition was announced as Argon2.
    
    Maintainer: The OpenBSD ports mailing-list <[email protected]>
    
    WWW: https://argon2-cffi.readthedocs.io/
    
    Status:
    
    Vendor Tag: daniel
    Release Tags:       daniel_20210119
    
    N ports/security/py-argon2-cffi/Makefile
    N ports/security/py-argon2-cffi/distinfo
    N ports/security/py-argon2-cffi/pkg/DESCR
    N ports/security/py-argon2-cffi/pkg/PLIST
    
    No conflicts created by this import

Reply via email to