Hash Text with Key

Purpose

Hashes a file using key and algorithm.

Description

The Hash Text with Key component has been designed to hash the plain text string using a key and algorithm. In the given example, Hash Text with Key component has been designed to hash the Hello World This is string will be hashed using the HMACSHA256 algorithm. The returned hashed text will be stored in the En� string variable.

 

Properties

Property

Data Type

Description

General

 

 

Display Name

String

Display name of the component.

Input

 

 

Algorithm *

String

Algorithm used to decrypt the text.

Encoding *

Encoding

Encoding used to interpret the input text and the key specified in the Key property.

Encoding used to encode the given file-text.

Note: Encoding of a file can be checked with the help of the app used to modify it.

Input Text *

String

Text to be hashed.

Key *

String

Key used for the encryption of the text.

Key to be used for decrypting the given file.

Output

 

 

Result

String

The Hashed string will be stored in this variable.

Note: Fields marked with * are mandatory.