1 package tagged with “yescrypt”
.NET implementation of the yescrypt a password-based key derivation function (KDF) and password hashing scheme. - Yescrypt.CheckPasswd() validates plaintext passwords against yescrypt password hashes typical of the /etc/shadow file in modern Linux distros - Yescrypt.ChangePasswd() generates a new password hash in the same format with random salt, using yescrypt settings in the existing password hash - Yescrypt.NewPasswd() generates a new password hash with the settings specified by the caller