Table of Contents

Enum Hash.Provider

Namespace
SunamoShared.Crypting
Assembly
SunamoShared.dll

Type of hash; some are security oriented, others are fast and simple.

public enum Hash.Provider
Extension Methods

Fields

CRC32 = 0

Cyclic Redundancy Check provider, 32-bit

MD5 = 5

Message Digest algorithm 5, 128-bit

SHA1 = 1

Secure Hashing Algorithm provider, SHA-1 variant, 160-bit

SHA256 = 2

Secure Hashing Algorithm provider, SHA-2 variant, 256-bit

SHA384 = 3

Secure Hashing Algorithm provider, SHA-2 variant, 384-bit

SHA512 = 4

Secure Hashing Algorithm provider, SHA-2 variant, 512-bit