Twig :: sha1

The sha1 filter will return the SHA1 hash of the given string

Since

0.1.2

Usage

sha1()

Parameters

This filter does not accept any parameters

Example Usage

<!-- 8f7d88e901a5ad3a05d8cc0de93313fd76028f8c -->
{{ 'hello!' | sha1 }}