Lua:stringToMD5String

From Cheat Engine
Revision as of 23:36, 4 December 2025 by Leunsel (talk | contribs) (Added CodeBox Template.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
<> Function

function stringToMD5String(String) : string

Returns an MDd5 hash string from the provided string.

Function Parameters[edit]

Parameter Type Description
String string The string to convert

Examples[edit]

Code:

 local stringToConvert = 'Cheat Engine to MD5'
 print(stringToMD5String(stringToConvert))

Output:

 b4887dd7b1db685fa9a48d6572ad939b 

See also[edit]

Lua
Script Engine

Related Functions[edit]

translate
utf8ToAnsi
readString
writeString
readStringLocal
writeStringLocal
stringToByteTable
wideStringToByteTable
byteTableToString
byteTableToWideString