Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Audit.Hash

Hashes the field/value.

Component Version macOS Windows Linux Server iOS SDK
Audit 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Audit.Hash"; Value )   More

Parameters

Parameter Description Example
Value The value to hash. "Hello World"

Result

Returns hash or error.

Description

Hashes the field/value.
Same as we use for FieldHash field in audit.
This is basically an uppercase MD5 of the UTF-8 text of the value given.

Examples

Hash it:

MBS("Audit.Hash"; 123)

Example result: 202CB962AC59075B964B07152D234B70

Created 27th January 2021, last changed 27th January 2021


Audit.GetUUIDField - Audit.SetEnabled

Feedback: Report problem or ask question.