SHA1
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation is used to compute the SHA-1 hash of a given input. SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function that produces a 160-bit (20-byte) hash value, typically represented as a 40-character hexadecimal string.
These are the input/output expected data types for this operation:
- Data you want to process.
- SHA-1 hash of the input data.
Suppose you want to get the SHA1 hashes a series of strings in your input data:
In your Pipeline, open the required configuration and select the input Field.
In the Operation field, choose SHA1.
Give your Output field a name and click Save. You'll get the SHA1 hashes of your input strings.
For example: