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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    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

Blog Entries

This function is free to use.

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


Audit.GetUUIDField - Audit.SetDateAndTimeAsNumbers

💬 Ask a question or report a problem