You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcrypt (generally from glibc) doesn't support yescrypt, which is used by default in Debian and Arch (among others). Accordingly, password hashing is broken on all of those. We need to use libxcrypt instead.
Cleanly return when crypt fails. Kind of unacceptable that it just fails to a stack trace.
libcrypt (generally from glibc) doesn't support yescrypt, which is used by default in Debian and Arch (among others). Accordingly, password hashing is broken on all of those. We need to use libxcrypt instead.
cryptfails. Kind of unacceptable that it just fails to a stack trace.