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 FileHashAlgorithmFields
Section titled “Fields”The Cyclic Redundancy Code.
Crc = 5The Message Digest 5 (MD5) hashing algorithm.
Md5 = 4No hashing algorithm is used.
None = 0The Secure Hashing Algorithm (SHA1).
Sha1 = 1Sha256
Section titled “Sha256”The Secure Hashing Algorithm 2 (SHA-2), using a 256-bit digest.
Sha256 = 2Sha512
Section titled “Sha512”The Secure Hashing Algorithm 2 (SHA-2), using a 512-bit digest.
Sha512 = 3