summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2018-12-05 20:06:28 -0600
committerPeter Korsgaard <peter@korsgaard.com>2018-12-15 11:26:37 +0100
commit9cf2280846b60ba081ed21339b407e2c761b599d (patch)
treec98d58baf592d15f16e3f1a126fc683b6a174dbe
parent2e104e22ea23478e3d7cd6113dba340533140e41 (diff)
downloadbuildroot-9cf2280846b60ba081ed21339b407e2c761b599d.tar.gz
buildroot-9cf2280846b60ba081ed21339b407e2c761b599d.zip
system cfg: set mkpasswd default to SHA256
This patch changes the default mkpasswd method to SHA256 from MD5. The change both improves the quality of the hash used and prepares for eventually removing MD5 as a option. Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--system/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in
index e33568f7ed..65c92a8409 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -61,7 +61,7 @@ endif
choice
bool "Passwords encoding"
- default BR2_TARGET_GENERIC_PASSWD_MD5
+ default BR2_TARGET_GENERIC_PASSWD_SHA256
help
Choose the password encoding scheme to use when Buildroot
needs to encode a password (eg. the root password, below).
OpenPOWER on IntegriCloud