Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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