1. Handlebars Helpers
  2. Simple Hash

Handlebars Helpers

Simple Hash

Creates a SHA-256 hash from input values during Handlebars substitution. Useful for stable fingerprints, comparisons, deduplication, and integration keys.

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 hashing with the SHA-256 algorithm

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

Examples

Simple Example

Example definition:

loading...

Substituted definition

loading...