Twig :: md5
The md5
filter will return the MD5 hash of the given string
Since
0.1.2
Usage
md5()
Parameters
This filter does not accept any parameters
Example Usage
<!-- 5a8dd3ad0756a93ded72b823b19dd877 -->
{{ 'hello!' | md5 }}
The md5
filter will return the MD5 hash of the given string
0.1.2
md5()
This filter does not accept any parameters
<!-- 5a8dd3ad0756a93ded72b823b19dd877 -->
{{ 'hello!' | md5 }}