Hash |
public enum HashAlgorithm
Member name | Value | Description |
---|---|---|
Md5 | 1 | MD5 This algorithm is considered broken and therefore strongly discouraged by the cryptographic community. |
RipeMd160 | 2 | RIPEMD-160 |
Sha1 | 3 | SHA-1 This algorithm is considered broken and therefore strongly discouraged by the cryptographic community. |
Sha256 | 4 | SHA-256 |
Sha384 | 5 | SHA-384 |
Sha512 | 6 | SHA-512 |
Sha3_256 | 7 | SHA3-256 SHA3-256 is a new hashing algorithm and may not be supported by some applications. |
Sha3_384 | 8 | SHA3-384 SHA3-384 is a new hashing algorithm and may not be supported by some applications. |
Sha3_512 | 9 | SHA3-512 SHA3-512 is a new hashing algorithm and may not be supported by some applications. |