Creates an md5 hash of a variable.
{{ "hello" | md5 }}
{{ Statamic::modify('hello')->md5() }} -- or -- {{ md5('hello') }}
5d41402abc4b2a76b9719d911017c592
md5
ModifierCreates an md5 hash of a variable.
{{ "hello" | md5 }}
{{ Statamic::modify('hello')->md5() }} -- or -- {{ md5('hello') }}
5d41402abc4b2a76b9719d911017c592
Submit improvements, related content, or suggestions through Github.
Betterify this page →