-
Notifications
You must be signed in to change notification settings - Fork 2
Cryptographic hash
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform hashes an incoming value using the specified has algorithm
Parameter | Description |
---|---|
Type | Specifies the hash algorithm to apply to the incoming value |
The transform accepts string, binary, and integer values
The transform accepts multiple input values, and processes each of them individually
The transform returns a binary representation of the hash of each individual value that is passed into the transform
Input value | Hash algorithm | Output value |
---|---|---|
ACMA | SHA1 | EvMLJNoO6hVcw5AB85aCsCxQSnw= |
ACMA | SHA256 | 7/grZy7fhUc0/oQBhaKEeEsPlEQYLL5bsUL2D1GMhFY= |