I'm trying to cipher a parameter using HDIV's cipher tag. I have tried the example from the following page https://github.com/hdiv/hdiv/wiki/05.-HDIV-Tag-Libraries#5113-tag-cipher.
According to the documentation
<input type="hidden" name="p1" value="<hdiv:cipher parameter="p1" value="v1"/>"/>
Should give the result
<input type="hidden" name="p1" value="0"/>
However I am getting
<input type="hidden" name="p1" value="v1"/>
And nothing is ciphered/hidden away.
Is there a piece of configuration that I need?
I am using HDIV 3.2.0