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:
parent
86e3016896
commit
10180295b8
1 changed files with 1 additions and 1 deletions
|
@ -1366,7 +1366,7 @@ config BUSYBOX_DEFAULT_CHPASSWD
|
||||||
default n
|
default n
|
||||||
config BUSYBOX_DEFAULT_FEATURE_DEFAULT_PASSWD_ALGO
|
config BUSYBOX_DEFAULT_FEATURE_DEFAULT_PASSWD_ALGO
|
||||||
string
|
string
|
||||||
default "md5"
|
default "sha256"
|
||||||
config BUSYBOX_DEFAULT_CRYPTPW
|
config BUSYBOX_DEFAULT_CRYPTPW
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in a new issue