Commit graph

5 commits

Author SHA1 Message Date
adam
42a4f7ec4b py-argon2_cffi: updated to 19.1.0
19.1.0:
- Added support for Argon2 v1.2 hashes in argon2.extract_parameters().
2019-01-21 13:01:16 +00:00
adam
a3362e9d4f py-argon2_cffi: updated to 18.3.0
18.3.0:

Changes:
- argon2.PasswordHasher's hash type is configurable now.


18.2.0:

Changes:
- The hash type for argon2.PasswordHasher is Argon2\ **id** now.
  This decision has been made based on the recommendations in the latest Argon2 RFC draft <https://tools.ietf.org/html/draft-irtf-cfrg-argon2-03#section-4>_.
- To make the change of hash type backward compatible, argon2.PasswordHasher.verify() now determines the type of the hash and verifies it accordingly.
- Some of the hash parameters have been made stricter to be closer to said recommendations.
  The current goal for a hash verification times is around 50ms.
- To allow for bespoke decisions about upgrading Argon2 parameters, it's now possible to extract them from a hash via the argon2.extract_parameters() function.
- Additionally argon2.PasswordHasher now has a check_needs_rehash() method that allows to verify whether a hash has been created with the instance's parameters or whether it should be rehashed.
2018-11-14 09:28:26 +00:00
adam
0d28a725ec py-argon2_cffi: updated to 18.1.0
18.1.0:
- It is now possible to use the ``argon2_cffi`` bindings against an Argon2 library that is provided by the system.
2018-01-10 09:39:10 +00:00
tnn
b712714ae2 py-argon2_cffi: py2x/3x PLIST differentiation 2017-09-23 12:38:18 +00:00
adam
a2f1711aa0 Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
way to use it in Python and PyPy.
2017-07-26 08:33:51 +00:00