Click or drag to resize

HashType Enumeration

Enum containing the supported hash types.

Namespace:  Alphaleonis.Win32.Security
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum HashType
Members
  Member nameValueDescription
CRC320CRC-32 (Cyclic Redundancy Check)
CRC64ISO33091CRC-64 ISO-3309 compliant.
MD52MD5 (Message digest)
RIPEMD1603RIPEMD-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.
SHA14SHA-1 (Secure Hash Algorithm)
SHA2565SHA-256 (Secure Hash Algorithm)
SHA3846SHA-384 (Secure Hash Algorithm)
SHA5127SHA-512 (Secure Hash Algorithm)
See Also