busybox: switch to sha256 for passwd

Right now sha256 is considered more secure than md5, use it to harden
against password decryption.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2024-01-19 11:49:27 +01:00 committed by Daniel Golle
parent 86e3016896
commit 10180295b8
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ config BUSYBOX_DEFAULT_CHPASSWD
default n
config BUSYBOX_DEFAULT_FEATURE_DEFAULT_PASSWD_ALGO
string
default "md5"
default "sha256"
config BUSYBOX_DEFAULT_CRYPTPW
bool
default n