You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Argon2 <https://github.com/p-h-c/phc-winner-argon2>`_ won the `Password Hashing Competition <https://www.password-hashing.net/>`_ and *argon2-cffi* is the simplest way to use it in Python and PyPy:
25
25
@@ -39,19 +39,29 @@ Argon2 for Python
39
39
...
40
40
argon2.exceptions.VerifyMismatchError: The password does not match the supplied hash
41
41
42
+
.. -end-short-
43
+
44
+
45
+
.. -begin-meta-
46
+
47
+
Project Information
48
+
===================
49
+
42
50
43
51
*argon2-cffi*'s documentation lives at `Read the Docs <https://argon2-cffi.readthedocs.io/>`_, the code on `GitHub <https://github.com/hynek/argon2-cffi>`_.
44
-
It’s rigorously tested on Python 3.6+, and PyPy3.
45
52
53
+
It targets Python 3.6 and newer, and PyPy3.
46
54
The last version that works with Python 2.7 is 20.1.0, and the last version that works with Python 3.5 is 21.1.0.
47
55
48
-
It implements *Argon2* version 1.3, as described in
56
+
*argon2-cffi* implements *Argon2* version 1.3, as described in
49
57
`Argon2: the memory-hard function for password hashing and other applications <https://www.cryptolux.org/images/0/0d/Argon2.pdf>`_.
50
58
51
59
52
-
argon2-cffi for Enterprise
53
-
==========================
60
+
*argon2-cffi* for Enterprise
61
+
----------------------------
54
62
55
63
Available as part of the Tidelift Subscription.
56
64
57
65
The maintainers of *argon2-cffi* and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. `Learn more. <https://tidelift.com/subscription/pkg/pypi-argon2-cffi?utm_source=undefined&utm_medium=referral&utm_campaign=enterprise&utm_term=repo>`_
0 commit comments