Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
Hash
This class provides access to the concrete and singleton instances of the Hasher
class for the most common hashing algorithms.
public static class Hash
Property | Description |
---|---|
MD5 | Gets an instance of MD5 hash algorithm. |
SHA1 | Gets an instance of SHA-1 hash algorithm. |
SHA256 | Gets an instance of SHA-256 hash algorithm. |
SHA384 | Gets an instance of SHA-384 hash algorithm. |
SHA512 | Gets an instance of SHA-512 hash algorithm. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.