Crypto.HashAlgorithms
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Enumeration
The hash algorithm to use with crypto functions.
Values
Enum | Description |
---|---|
CRC32 | CRC32 |
MD5 | MD5 message-digest |
SHA1 | SHA1 algorithm (160-bit (20-byte) hash value) |
SHA256 | SHA256 algorithm (SHA-2 with 256 bit digest) |
SHA2_256 | SHA256 algorithm (SHA-2 with 256 bit digest) |
SHA2_512 | SHA512 algorithm (SHA-2 with 512 bit digest) |
SHA3_256 | SHA3 algorithm |
SHA3_512 | SHA3 algorithm |
SHA512 | SHA512 algorithm (SHA-2 with 512 bit digest) |