A Unified Cryptographic Hash Hierarchy for .NET
Cuemon.Security.Cryptography brings MD5, SHA-1, SHA-256, SHA-384, SHA-512, SHA-512/256, and their HMAC counterparts under one polymorphic API. Typed inputs flow through a consistent ComputeHash surface and return a HashResult ready for hexadecimal, base64, URL-safe base64, or binary output - reducing boilerplate without replacing the cryptographic foundations provided by .NET.
Read the update







