Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • G gesfipe
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Prog
  • gesfipe
  • Merge requests
  • !4

Closed
Created Jun 09, 2019 by Prog@ProgMaintainer
  • Report abuse
Report abuse

Update argon2-cffi to 19.1.0

  • Overview 1
  • Commits 1
  • Changes 1

Created by: pyup-bot

This PR updates argon2-cffi from 18.1.0 to 19.1.0.

Changelog

19.1.0

-------------------

Vendoring Argon2  `670229c <https://github.com/P-H-C/phc-winner-argon2/tree/670229c849b9fe882583688b74eb7dfdc846f9f6>`_ (20171227)


Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*none*


Deprecations:
^^^^^^^^^^^^^

*none*


Changes:
^^^^^^^^

- Added support for Argon2 v1.2 hashes in ``argon2.extract_parameters()``.


----

18.3.0

-------------------

Vendoring Argon2  `670229c <https://github.com/P-H-C/phc-winner-argon2/tree/670229c849b9fe882583688b74eb7dfdc846f9f6>`_ (20171227)


Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

*none*


Deprecations:
^^^^^^^^^^^^^

*none*


Changes:
^^^^^^^^

- ``argon2.PasswordHasher``'s hash type is configurable now.


----

18.2.0

-------------------

Vendoring Argon2  `670229c <https://github.com/P-H-C/phc-winner-argon2/tree/670229c849b9fe882583688b74eb7dfdc846f9f6>`_ (20171227)


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-04section-4>`_.
`33 <https://github.com/hynek/argon2_cffi/pull/33>`_
`34 <https://github.com/hynek/argon2_cffi/pull/34>`_
- 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.
`41 <https://github.com/hynek/argon2_cffi/pull/41>`_
- 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.
`41 <https://github.com/hynek/argon2_cffi/pull/41>`_
- 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.
`41 <https://github.com/hynek/argon2_cffi/pull/41>`_


----
Links
  • PyPI: https://pypi.org/project/argon2-cffi
  • Changelog: https://pyup.io/changelogs/argon2-cffi/
  • Docs: https://argon2-cffi.readthedocs.io/
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pyup-update-argon2-cffi-18.1.0-to-19.1.0