Skip to content
Auto
Products

FileHashAlgorithm

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Specifies the algorithm used for generating hash value.

public enum FileHashAlgorithm

The Cyclic Redundancy Code.

Crc = 5

The Message Digest 5 (MD5) hashing algorithm.

Md5 = 4

No hashing algorithm is used.

None = 0

The Secure Hashing Algorithm (SHA1).

Sha1 = 1

The Secure Hashing Algorithm 2 (SHA-2), using a 256-bit digest.

Sha256 = 2

The Secure Hashing Algorithm 2 (SHA-2), using a 512-bit digest.

Sha512 = 3