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 committed Jan 19, 2024
1 parent 28593e6 commit e5cdde9
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 e5cdde9

Please sign in to comment.