mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
mkpasswd: support the "gost-yescrypt" hash
This commit is contained in:
parent
830c3e3a7c
commit
2b78ca68df
@ -98,6 +98,9 @@ static const struct crypt_method methods[] = {
|
||||
{ "md5", "$1$", 8, 8, 0, NULL },
|
||||
#if defined XCRYPT_VERSION_NUM
|
||||
{ "yescrypt", "$y$", 0, 0, 0, "Yescrypt" },
|
||||
#if XCRYPT_VERSION_NUM >= ((4 << 16) | 4)
|
||||
{ "gost-yescrypt", "$gy$", 0, 0, 0, "GOST Yescrypt" },
|
||||
#endif
|
||||
{ "scrypt", "$7$", 0, 0, 0, "scrypt" },
|
||||
#endif
|
||||
#ifdef HAVE_BCRYPT_OBSOLETE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user