Found 12 packages
This subset of CryptSharp contains only its SCrypt and any-HMAC PBKDF2 functionality. If you need these algorithms for purposes unrelated to passwords, this package may be sufficient for you. If you are dealing with passwords, use the "CryptSharpOfficial" package.
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.
Fast, open-source, cross-platform implementation of HKDF (HMAC-based Key-Derivation Function) in .NET Standard.
libsodium-uwp - A secure cryptographic library for Universal Windows Platform
Package Description
An implementation of the HMAC-based Extract-and-Expand Key Derivation Function in C#.
Convert numbers between different bases e.g. Hexadecimal to base 3.
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing. This is a upgraded fork (net7.0), that has netstandard 2.0 as TargetFramework for better compatibility
.NET Standard 2.0 implementation of HMAC-based Extract-and-Expand Key Derivation Function, defined in RFC 5869
SharpHash is a C# hashing library which provides an easy to use interface for computing hashes and checksums of data. It also supports state based (incremental) hashing.
A .NET implementation of HKDF.
.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