![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Function and Procedure Reference » ComputeHash |
function ComputeHash(HashType: THashType; const Value: String): String
Hash Type | Description |
htMD5 | Specifies that the computed hash will be a 128-bit MD-5 (Message Digest) hash.![]() |
htSHA1 | Specifies that the computed hash will be a 160-bit SHA-1 (Secure Hash Algorithm) hash.![]() |
htSHA256 | Specifies that the computed hash will be a 256-bit SHA-2 (Secure Hash Algorithm) hash. |
htSHA512 | Specifies that the computed hash will be a 512-bit SHA-2 (Secure Hash Algorithm) hash. |
X := ComputeHash(htSHA256,'Hello World'); // X is '979AB6536128EE79BCBB8D0386F29429D09B706B5CA77BFA5497968187E304C3'
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |