7 Commits

Author SHA1 Message Date
sthen
716f142842 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:09 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
58d8989a28 move py-argon2-cffi to MODPY_PEP517 and add some notes about updates 2022-08-22 14:49:54 +00:00
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
sthen
3b8e5308e4 update to py3-argon2-cffi-21.1.0 2021-11-11 09:03:19 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
daniel
c742c09c75 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 <ports@openbsd.org>

WWW: https://argon2-cffi.readthedocs.io/
2021-01-19 05:27:50 +00:00