Hash Operations
Hash operations convert free-form ASCII string or blob fields to a fixed length data chunk, which can be saved in any one of the numerical fields: [U]INT 8, 16, 32, or 64. The length of the hash output depends on the destination field.
Hash Operations
describes the hash operations.
Operation | Description |
---|---|
hash_ascii_string | Generate compact numerical identifiers from string or blob fields. |
Note: The smaller the destination field, the greater the chance of
a hash collision, where different input strings produce the same output
value.