mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user