15 packages tagged with “argon2id”
An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id
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
ASP.NET Core Identity IPasswordHasher implementation backed by libsodium Argon2id. Supports configurable opslimit/memlimit or strength presets through NetDevPack builder options. Detects ASP.NET Identity v2/v3 hashes and rehashes them to Argon2id after successful verification.
A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.
libsodium-uwp - A secure cryptographic library for Universal Windows Platform
NaCl adoption for wan24-Crypto
CryptHash.Net is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for text and files symmetric (AES_128_CBC / AES_192_CBC / AES_256_CBC / AES_128_GCM / AES_192_GCM / AES_256_GCM) authenticated encryption/decryption, text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, PBKDF2, BCrypt and Argon2id) and text encoding/decoding (Base64 and Hexadecimal).
易用、强大、高效的企业级安全能力,提供最安全的哈希密码方式(Argon2id、PBKDF2等)、多维度文件MD5(支持内容/路径/属性)、MurmurHash、JWT 面向多客户端的生成和验证、敏感数据保护和全链路端到端加密传输(ECC+AES)、密钥管理及轮换、数据加解密,如:最安全的对称加密(AesGcm)、非对称加密(RSA:公钥/私钥导入/导出、[公钥加密、私钥解密]、[私钥签名、公钥验签])等能力
Unified cryptographic wrapper for .NET 8+ providing AES-256-GCM/SIV encryption, Argon2id password hashing, JWE envelope encryption, SHA-2/SHA-3 hashing, GZip compression, secure random generation, and PII masking utilities.
易用、强大、高效的企业级安全能力,提供最安全的哈希密码方式(Argon2id、PBKDF2等)、多维度文件MD5(支持内容/路径/属性)、MurmurHash、JWT 面向多客户端的生成和验证、敏感数据保护和全链路端到端加密传输(ECC+AES),提供面向 MySQL 迁移、密钥管理及轮换、数据加解密,如:最安全的对称加密(AesGcm)、非对称加密(RSA:公钥/私钥导入/导出、[公钥加密、私钥解密]、[私钥签名、公钥验签])等能力
An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id More than 2 times faster than original implementation.
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).
Cryptographic extensions for Sharc: AES-256-GCM page-level encryption with Argon2id key derivation. Transparent read/write encryption for SQLite databases in pure C#.
Pesto is a secure password strength estimator blending features from zxcvbn and Azure AD Password Protection used for sensitive applications that require mutable data structures.