1. Handlebars Helpers
  2. Simple Hash

Handlebars Helpers

Simple Hash

Concatenates all the input data and returns a SHA-256 hash.

Uses

  • Use to generate a hash from data to use as a unique identifier
  • Use to verify data integrity

Usage

Helper name : simplehash

Parameter Description
1..n Text to concatenate before hasing with the SHA-256 algorithm

eg. {{#simplehash 'string 1'}}{{/simplehash}}

Examples

Simple Example

Example definition:

loading...

Substituted definition

loading...