Valve to hash a value to a property in an item.
Valve name: ItemPropertyHash
ItemPropertyHash
{ "name":"ItemPropertyHash", "config":{ "name":"hashed_password", "value":"${item.password}", "algorithm":"sha-1" } }
name
Name of property to add.
value
Property value (using expansion)
algorithm
The hash algorithm used.
For instance sha-1, sha-256 or sha-512