mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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 <abnoeh@mail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
ced3fbcda1
commit
86e3016896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user