我正在尝试使用 HDIV 的密码标签对参数进行加密。我已经尝试了以下页面中的示例https://github.com/hdiv/hdiv/wiki/05.-HDIV-Tag-Libraries#5113-tag-cipher。
根据文档
<input type="hidden" name="p1" value="<hdiv:cipher parameter="p1" value="v1"/>"/>
应该给出结果
<input type="hidden" name="p1" value="0"/>
但是我得到
<input type="hidden" name="p1" value="v1"/>
没有任何东西被加密/隐藏起来。
有我需要的配置吗?
我正在使用HDIV 3.2.0