Skip to content

Commit

Permalink
busybox: switch to sha256 for passwd
Browse files Browse the repository at this point in the history
Right now sha256 is considered more secure than md5, use it to harden
against password decryption.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored and noblemtw committed Jan 20, 2024
1 parent 5190ae9 commit 110560a
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 @@ -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
Expand Down

0 comments on commit 110560a

Please sign in to comment.