ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Hash functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ConstantDescriptionUsed by the functions
HA_CKSUM_8Hash functions with no cryptographic property (CheckSUM type)HashString, HashFile, HashCheckString, HashCheckFile
HA_CKSUM_16Hash functions with no cryptographic property (CheckSUM type)HashString, HashFile, HashCheckString, HashCheckFile
HA_CKSUM_32Hash functions with no cryptographic property (CheckSUM type)HashString, HashFile, HashCheckString, HashCheckFile
HA_CKSUM_64Hash functions with no cryptographic property (CheckSUM type)HashString, HashFile, HashCheckString, HashCheckFile
HA_DJB2_32Hash functions with no cryptographic property of DJB2 type (Bernstein)HashString, HashCheckString
HA_DJB2_64Hash functions with no cryptographic property of DJB2 type (Bernstein)HashString, HashCheckString
HA_HMAC_MD4MD4 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_MD5_128MD5 cryptographic hash functions
Caution: this type of function is currently deprecated.
HashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_RIPEMD_128RIPEMD cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_RIPEMD_160RIPEMD cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA_160SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA_256SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA_256_DOUBLESHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA_384SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA_512SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA3_224SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA3_256SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA3_384SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_SHA3_512SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_TIGER_128TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_TIGER_160TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_TIGER_192TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_HMAC_WHIRLPOOLWHIRLPOOL cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_MD4Standard MD4 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_MD5_128Standard MD5 cryptographic hash functions
Caution: this type of function is currently deprecated.
HashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_1Murmur algorithm version 1: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2Murmur algorithm version 2: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2_64AMurmur algorithm version 2: 64-bit hash result optimized for 64-bit processorsHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2_64BMurmur algorithm version 2: 64-bit hash result optimized for 32-bit processorsHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2_AIncremental Murmur algorithm version 2: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2_BIG_ENDIANMurmur algorithm version 2 for big-endian machine: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_2_ALIGNEMurmur algorithm version 2 for aligned machine: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_3_32Murmur algorithm version 3: 32-bit hash resultHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_3_128_X86Murmur algorithm version 3: 128-bit hash result optimized for 32-bit processorsHashString, HashFile, HashCheckString, HashCheckFile
HA_MURMUR_3_128_X64Murmur algorithm version 3: 128-bit hash result optimized for 64-bit processorsHashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_MD4MD4 cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_MD5_128MD5 cryptographic hash functions (with a derived key)
Caution: this type of function is currently deprecated.
HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_RIPEMD_128RIPEMD cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_RIPEMD_160RIPEMD cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA_160SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA_256SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA_256_DOUBLESHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA_384SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA_512SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA3_224SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA3_256SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA3_384SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_SHA3_512SHA cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_TIGER_128TIGER cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_TIGER_160TIGER cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_TIGER_192TIGER cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_PBKDF2_HMAC_WHIRLPOOLWHIRLPOOL cryptographic hash functions (with a derived key)HashString, HashFile, HashCheckString, HashCheckFile
HA_RIPEMD_128Standard RIPEMD cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_RIPEMD_160Standard RIPEMD cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA_160Standard SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA_256Standard SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA_256_DOUBLEStandard SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA3_224Standard SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA3_256Standard SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA3_384Standard SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA3_512Standard SHA-3 cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA_384Standard SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_SHA_512Standard SHA cryptographic hash functionsHashString, HashFile, HashCheckString, HashCheckFile
HA_TIGER_128TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_TIGER_160TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_TIGER_192TIGER cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
HA_WHIRLPOOLWHIRLPOOL cryptographic hash functions, optimized for 64-bit mode.HashString, HashFile, HashCheckString, HashCheckFile
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/17/2023

Send a report | Local help