md5_hmac
The md5_hmac filter converts the string to an MD5 hash using the HMAC method.
This filter is unique to Aptuitiv. It is not part of the core Twig functionality.
{% set hash = post.postTitle|md5_hmac('secret_key') %}