![]() | 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 Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

