hmac-sha256-v3-xif
Reactive icon

HMAC-SHA256 Encryption

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 28 August 2023 by 
0.0
 (0 ratings)
hmac-sha256-v3-xif

HMAC-SHA256 Encryption

Documentation
1.0.1

This extension provides method to encrypt text using HMAC-SHA256 for payment providers.

Action Name: 

GetEncryptedValue

Description:

Method to encrypt plain text using key to HMAC-SHA256 value. Key that will be used for encryption can be either Hexadecimal or Plain text and based on type of key encryption used will be different (HexNumber or ASCII encoding).

Parameters:

Parameter Name 

Parameter Type

Data Type

Mandatory

Default Value

Description

PlainText

Input

Text

Yes


Plain text to be encrypted

Key

Input

Text

Yes


Key provided for encryption

IsHexKey

Input

Boolean

No

True

Boolean value to indicate if provided Key is in hexadecimal format or plain text. Default value is True

EncryptedValue

Output

Text



Encrypted value