Top 20 NuGet blake2b Packages
Provides modern cryptographic algorithm implementations for .NET based on libsodium.
Commonly Used Types:
NSec.Cryptography.Aes256Gcm
NSec.Cryptography.Blake2b
NSec.Cryptography.Chacha20Poly1305
NSec.Cryptography.Ed25519
NSec.Cryptography.HkdfSha256
NSec.Cryptography.X25519
Blake2 hash for sensitive data. Uses
Isopoh.Cryptography.SecureArray to assure sensitive data gets wiped
from RAM and, if the operating system allows, never gets written to
disk.
An implementation of Blake2 for .NET that integrates with the standard crypto libraries
Optimized implementations of the BLAKE2b and BLAKE2s cryptographic hashing algorithms. Uses SSE2-SSE4.1 Hardware Intrinsics support on .NET Core 2.1+ and AVX2 on .NET Core 3+
Hash passwords easily (with salting).
You can choose between 6 different hashing algorithms which are sha1, sha256, sha384, sha512 and blake2b
Data.HashFunction implementation of BLAKE2 hash (http://blake2.net/).
Data.HashFunction implementation of BLAKE2 hash (http://blake2.net/).