SHA0

Description

This operation is used to compute the SHA-0 hash of an input string. SHA-0 is a cryptographic hash function and a predecessor to the more widely known SHA-1.


Data types

These are the input/output expected data types for this operation:

Input data

- Data you want to process.

Output data

- SHA-0 hash of the input data.


Example

Suppose you want to get the SHA0 hashes a series of strings in your input data:

  1. In your Pipeline, open the required Action configuration and select the input Field.

  2. In the Operation field, choose SHA0.

  3. Give your Output field a name and click Save. You'll get the SHA0 hashes of your input strings.

For example:

Hello World! -> 1261178ff9a732aacfece0d8b8bd113255a57960

You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.

Last updated

Was this helpful?