1. Handlebars Helpers
  2. MD5 Hash

Handlebars Helpers

MD5 Hash

Concatenates all the input data and returns a MD5 hash.

Uses

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

Usage

Helper name : md5hash

Parameter Description
1..n Text to concatenate before hasing with the MD5 algorithm

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

Examples

Simple example

Example definition:

loading...

Substituted definition

loading...