sha1

Translate a string to a sha1 hex value.

This filter creates a SHA-1 checksum of the input string. It is output as a hex digest:

{{ "Hello world"|sha1 }}

Outputs the value: “7B502C3A1F48C8609AE212CDFB639DEE39673F5E”

Edit on GitHub

md5 Encryption

Referred by

Filters

Filters transform template variables before they are rendered.