Hello community,
Another unstable branch update with some (un)usual package updates for you.
In summary, this should not require any manual intervention.
Note that we have our own filesystem package which is currently 2023.09.22-1.
2023-09-22 - David Runge
With shadow >=
4.14.0, Arch Linux’s default password hashing algorithm changed from SHA512 to yescrypt [1].
Furthermore, the
umask[2] settings are now configured in/etc/login.defsinstead of/etc/profile.
This should not require any manual intervention.
Reasons for Yescrypt
The password-based key derivation function (KDF) and password hashing scheme yescrypt has been chosen due to its adoption (readily available in libxcrypt, which is used by pam [3]) and its stronger resilience towards password cracking attempts over SHA512.
Although the winner of the Password Hashing Competition [4] has been argon2, this even more resilient algorithm is not yet available in libxcrypt [5][6].
Configuring yescrypt
The
YESCRYPT_COST_FACTORsetting in/etc/login.defsis currently without effect, until pam implements reading its value [7]. If aYESCRYPT_COST_FACTORhigher (or lower) than the default (5) is needed, it can be set using theroundsoption of thepam_unix[8] module (i.e. in/etc/pam.d/system-auth).
General list of changes
- yescrypt is used as default password hashing algorithm, instead of SHA512
- pam honors the chosen
ENCRYPT_METHODin/etc/login.defsand does not override the chosen method anymore
- changes in the filesystem (>=
2023.09.18) and pambase (>=20230918) packages ensure, thatumaskis set centrally in/etc/login.defsinstead of/etc/profile
[1]
[3]
[5]
[7]
Info about AUR packages , . You can get the latest .
30 posts - 8 participants
SOCIAL SHARE CARD GENERATOR