Re: [pve-devel] [PATCH common 1/2] encrypt_pw: allow yescrypt in addition to sha256

2025-03-31 Thread Shannon Sterz
On Mon Mar 31, 2025 at 12:03 PM CEST, Fabian Grünbichler wrote: > this has been the default for Debian since Bullseye[0]. > > besides password setting for the PAM/PVE/PMG realms, this is also used > to hash cloud-init passwords for Linux VMs, where only a subset of > prefixes is currently allowed.

[pve-devel] [PATCH common 1/2] encrypt_pw: allow yescrypt in addition to sha256

2025-03-31 Thread Fabian Grünbichler
this has been the default for Debian since Bullseye[0]. besides password setting for the PAM/PVE/PMG realms, this is also used to hash cloud-init passwords for Linux VMs, where only a subset of prefixes is currently allowed. 'j9T' is the default cost factor for yescrypt. 0: https://www.debian.o