Lua:stringToMD5String
Jump to navigation
Jump to search
Returns an MDd5 hash string from the provided string.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to convert |
Examples
Code:
local stringToConvert = 'Cheat Engine to MD5' print(stringToMD5String(stringToConvert))
Output:
b4887dd7b1db685fa9a48d6572ad939b
Related Functions
String and Encoding Related Lua Functions
Translation and Encoding
String Memory Access
Byte Table Conversions