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
eg.
{{#md5hash 'string 1'}}{{/md5hash}}
Examples
Simple example
Example definition:
Substituted definition