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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue