17 packages tagged with “blake2b”
An implementation of Blake2 for .NET that integrates with the standard crypto libraries
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.
Provides modern cryptographic algorithm implementations for .NET based on libsodium. Commonly Used Types: NSec.Cryptography.Aegis256 NSec.Cryptography.Argon2id NSec.Cryptography.Blake2b NSec.Cryptography.Chacha20Poly1305 NSec.Cryptography.Ed25519 NSec.Cryptography.X25519
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+
Data.HashFunction implementation of BLAKE2 hash (http://blake2.net/).
A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.
Hash passwords easily (with salting). You can choose between 6 different hashing algorithms which are sha1, sha256, sha384, sha512 and blake2b
prthg-cs dotnet library docs and repository: https://github.com/prothegee/prthg-cs
.NET 8 SIMD-accelerated BLAKE2b hashing library wrapper
High-performance Argon2 password hashing for .NET with Rust-accelerated cryptographic core. Plug-and-play NuGet with automatic native compilation. RFC 9106 compliant (Argon2d, Argon2i, Argon2id).
Authenticate multiple inputs easily using keyed BLAKE2b.
Committing ChaCha20-BLAKE2b, XChaCha20-BLAKE2b, and XChaCha20-BLAKE2b-SIV AEAD implementations.
McDonalds Kiosk use only. LISTEN TO ME! ONLY WORKS ON THE KIOSK! Not on the tabelier. Provides modern cryptographic algorithm implementations for .NET Core based on libsodium. Commonly Used Types: NSec.Cryptography.Aes256Gcm NSec.Cryptography.Blake2b NSec.Cryptography.Chacha20Poly1305 NSec.Cryptography.Ed25519 NSec.Cryptography.HkdfSha256 NSec.Cryptography.X25519
A comprehensive, RFC-compliant cryptographic library for .NET featuring Argon2 (RFC 9106), Blake2b (RFC 7693), ChaCha20-Poly1305 (RFC 8439), Curve25519 (RFC 7748), BIP32/BIP39 HD wallets, post-quantum cryptography (ML-KEM, ML-DSA, SLH-DSA), and modern AEAD ciphers. Multi-framework support: .NET Standard 2.0, .NET 8.0/9.0/10.0.