fab123422e
The secure Argon2 password hashing algorithm. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
config BR2_PACKAGE_PYTHON_ARGON2_CFFI
|
|
bool "python-argon2-cffi"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
The secure Argon2 password hashing algorithm.
|
|
|
|
https://argon2-cffi.readthedocs.io/
|