busybox: use md5 as default password algorithm
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 10 Mar 2016 19:43:10 +0000 (16:43 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Mar 2016 23:01:35 +0000 (00:01 +0100)
DES is terribly outdated and a security vulnerability.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/busybox/busybox.config

index 2cf989d2b378b21f2762d8f08da6db3193c7614e..693b9d24ff1c3e3282c397c3e002d916336fa6c1 100644 (file)
@@ -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