Login ProductsSalesSupportDownloadsAbout |
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. MD-5 hashes are cryptographic hashes, but are not secure and should only be used for purposes such as computing checksums for data.
|
htSHA1 | Specifies that the computed hash will be a 160-bit SHA-1 (Secure Hash Algorithm) hash. SHA-1 hashes are cryptographic hashes, but are not secure and should only be used for purposes such as computing checksums for data.
|
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 Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |