glue-agency / craft-hash
Twig filter for hashing.
Package info
github.com/glue-agency/craft-hash
Type:craft-plugin
pkg:composer/glue-agency/craft-hash
1.0.0
2019-09-04 14:20 UTC
Requires
- craftcms/cms: ^3.0.0-RC1
This package is not auto-updated.
Last update: 2026-03-13 20:38:09 UTC
README
Twig filter for hashing.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require glue-agency/craft-hash -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft-Hash.
Usage
{{ hash(String, Algorithm) }}
Stringto hash (not required, defaults torandom_int(0, getrandmax()))Algorithmto use in hashing (not required, defaults to 'md5')
More info on available algorithms, please visit: https://www.php.net/manual/en/function.hash-algos.php