.. _spkg_argon2_cffi:

argon2_cffi: The secure Argon2 password hashing algorithm
=========================================================

Description
-----------

The secure Argon2 password hashing algorithm.

License
-------

MIT

Upstream Contact
----------------

https://pypi.org/project/argon2-cffi/


Type
----

standard


Dependencies
------------

- $(PYTHON)
- :ref:`spkg_argon2_cffi_bindings`
- $(PYTHON_TOOLCHAIN)
- :ref:`spkg_flit_core`

Version Information
-------------------

package-version.txt::

    21.3.0

install-requires.txt::

    argon2-cffi


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  argon2-cffi


macports:
install the following packages: py-argon2-cffi

void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  python3-argon2


See https://repology.org/project/argon2-cffi/versions, https://repology.org/project/python:argon2-cffi/versions


However, these system packages will not be used for building Sage
because using Python site-packages is not supported by the Sage distribution;
see :issue:`29023`

