From: Paul Spooren Date: Thu, 18 Jan 2024 15:25:34 +0000 (+0100) Subject: busybox: enable sha hash for /etc/shadow X-Git-Tag: v24.10.0-rc1~3288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e3016896f43fdcd1ee34a8aafe92b2dab9367e;p=thirdparty%2Fopenwrt.git busybox: enable sha hash for /etc/shadow It appears `md5` is no longer state of the art. Let's switch it to something slightly newer to increase security. Suggested-by: abnoeh Signed-off-by: Paul Spooren --- diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in index b3c3f9a0b23..5ae8dd5622d 100644 --- a/package/utils/busybox/Config-defaults.in +++ b/package/utils/busybox/Config-defaults.in @@ -1333,7 +1333,7 @@ config BUSYBOX_DEFAULT_USE_BB_CRYPT default n config BUSYBOX_DEFAULT_USE_BB_CRYPT_SHA bool - default n + default y config BUSYBOX_DEFAULT_ADD_SHELL bool default n