Enum containing the supported hash types.
Namespace:
Alphaleonis.Win32.Security
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax Public Enumeration HashType
public enum class HashType
Members
| Member name | Value | Description |
---|
| CRC32 | 0 | CRC-32 (Cyclic Redundancy Check) |
| CRC64ISO3309 | 1 | CRC-64 ISO-3309 compliant. |
| MD5 | 2 | MD5 (Message digest) |
| RIPEMD160 | 3 | RIPEMD-160 is a 160-bit cryptographic hash function. It is intended for use as a replacement for the 128-bit hash functions MD4, MD5, and RIPEMD. |
| SHA1 | 4 | SHA-1 (Secure Hash Algorithm) |
| SHA256 | 5 | SHA-256 (Secure Hash Algorithm) |
| SHA384 | 6 | SHA-384 (Secure Hash Algorithm) |
| SHA512 | 7 | SHA-512 (Secure Hash Algorithm) |
See Also