Item Property Hash
Valve to hash a value to a property in an item.
Configuration
Name
Description
Default value
Mandatory
Expanded
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
{
"name":"ItemPropertyHash",
"config":{
"name":"hashed_password",
"value":"${item.password}",
"algorithm":"sha-1"
}
}