Skip to content

Commit

Permalink
busybox: enable sha hash for /etc/shadow
Browse files Browse the repository at this point in the history
It appears `md5` is no longer state of the art. Let's switch it to
something slightly newer to increase security.

Suggested-by: abnoeh <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored and noblemtw committed Jan 20, 2024
1 parent deaa48c commit 5190ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/utils/busybox/Config-defaults.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5190ae9

Please sign in to comment.