shadow: change default encryption method from DES to SHA512
authorKarel Kočí <karel.koci@nic.cz>
Mon, 13 May 2019 11:38:04 +0000 (13:38 +0200)
committerKarel Kočí <karel.koci@nic.cz>
Wed, 18 Dec 2019 10:37:39 +0000 (11:37 +0100)
commitf27ce05a5859a6cea24eb290e27ed904a67fe2e5
tree65d78b7ef48785e66d586764bdd0ba8008a8983a
parentdde503da13d5d0541187e81eda15e7693f38cb4f
shadow: change default encryption method from DES to SHA512

Busybox in default uses SHA512 as well.

On big ditribution this default is sourced from PAM. That means that
shadow reads pam settings and uses that. OpenWrt in most cases does not
have PAM installed and in such case shadow fallbacks to its own default
which is DES. This just changes that default to SHA512 which is
consistent with rest of the system.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
utils/shadow/Makefile
utils/shadow/patches/005-set-encrypt-method-sha512.patch [new file with mode: 0644]