mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 04:26:55 +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
|
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 New Issue
Block a user