mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 06:39:27 +00:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
config BR2_PACKAGE_PYTHON_BCRYPT
|
|
bool "python-bcrypt"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
Modern password hashing for your software and your servers.
|
|
|
|
https://github.com/pyca/bcrypt/
|