Crypto.HashAlgorithms

From Xojo Documentation

Enumeration
Crypto.HashAlgorithms

New in 2019r3

The hash algorithm to use with crypto functions.

Values

Enum Description
MD5 MD5 message-digest.
SHA1 SHA1 algorithm (160-bit (20-byte) hash value).
SHA256 SHA256 algorithm (SHA-2 with 256 bit digest).
SHA512 SHA512 algorithm (SHA-2 with 512 bit digest).