summaryrefslogtreecommitdiffstats
path: root/system/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'system/Config.in')
-rw-r--r--system/Config.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/system/Config.in b/system/Config.in
index 9e34f11b6c..e33568f7ed 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -81,20 +81,12 @@ config BR2_TARGET_GENERIC_PASSWD_MD5
config BR2_TARGET_GENERIC_PASSWD_SHA256
bool "sha-256"
help
- Use SHA256 to encode passwords.
-
- Very strong, but not ubiquitous, although available in glibc
- for some time now. Choose only if you are sure your C library
- understands SHA256 passwords.
+ Use SHA256 to encode passwords which is stronger than MD5.
config BR2_TARGET_GENERIC_PASSWD_SHA512
bool "sha-512"
help
- Use SHA512 to encode passwords.
-
- Extremely strong, but not ubiquitous, although available in
- glibc for some time now. Choose only if you are sure your C
- library understands SHA512 passwords.
+ Use SHA512 to encode passwords which is stronger than SHA256
endchoice # Passwd encoding
OpenPOWER on IntegriCloud