Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] busybox: use md5 as default password algorithm
@ 2016-03-10 19:43 Gustavo Zacarias
  2016-03-10 20:01 ` Peter Korsgaard
  2016-03-22 23:03 ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2016-03-10 19:43 UTC (permalink / raw)
  To: buildroot

DES is terribly outdated and a security vulnerability.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/busybox/busybox.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/busybox/busybox.config b/package/busybox/busybox.config
index 2cf989d..693b9d2 100644
--- a/package/busybox/busybox.config
+++ b/package/busybox/busybox.config
@@ -496,7 +496,7 @@ CONFIG_PASSWD=y
 CONFIG_FEATURE_PASSWD_WEAK_CHECK=y
 # CONFIG_CRYPTPW is not set
 # CONFIG_CHPASSWD is not set
-CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="des"
+CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="md5"
 CONFIG_SU=y
 CONFIG_FEATURE_SU_SYSLOG=y
 CONFIG_FEATURE_SU_CHECKS_SHELLS=y
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-24 20:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-10 19:43 [Buildroot] [PATCH] busybox: use md5 as default password algorithm Gustavo Zacarias
2016-03-10 20:01 ` Peter Korsgaard
2016-03-10 20:03   ` Gustavo Zacarias
2016-03-10 22:00     ` Peter Korsgaard
2016-03-11  0:10       ` Arnout Vandecappelle
2016-03-22 23:03 ` Thomas Petazzoni
2016-03-24 20:54   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox