Table of Contents

IConv ENCRYPT_FORMAT function

Description

Converts data strings into encrypted internal values.

Syntax

internal = IConv(datastring, "[ENCRYPT_FORMAT, encrpytKey ]")

Parameters

IConv ENCRYPT_FORMAT accepts arguments for the following parameters.

ParameterDescription
dataStringAny value.
encryptKeyThe key used to encrypt the value.

Example

value = "AB123CD"

encryptKey = "23A23"

iValue = IConv(value,  "[ENCRYPT_FORMAT, ":encryptKey:"]")

oValue = OConv(iValue, "[ENCRYPT_FORMAT, ":encryptKey:"]")