Lua:stringToMD5String

From Cheat Engine
Jump to navigation Jump to search

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]

Related Functions[edit]