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
WLanguage procedure called by HashString
Procedure ("Callback") called by HashString when hashing. This procedure is used to get the hash result.
This procedure must be a browser procedure.
Example
HashString(HA_SHA_160, "abc", HashString_Callback)

INTERNAL PROCÉDURE HashString_Callback(buffer)
// This code is used to view the buffer
Trace(BufferToHexa(buffer, NoGrouping))
END
Syntax
HashString_Callback(<Result>)
<Result>: Buffer
Result of hashing the string with the algorithm specified in HashString.
Caution: this result may contain non-displayable characters. If this result must be displayed, it can be converted by BufferToHexa.
Minimum version required
  • Version 25
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help