Hash data
- Create a hash of any string, object, array, or number data.
- In response, we got a hash string.
- API Maker supports only
SHA256
for creating hashing.
Request method: POST
The secret contains the name of the hashing algorithm in the 'hashingAlgorithm' key. If 'nonce' is available, used for hashing, if not available secret will be used for hashing.
URL
Request payload
title: Hash Data Example description: Learn how to hash data for secure storage and verification with API Maker examples.
Hash System API
Get hash of the given data using the global object 'g'.