guides:programming:programmers_reference_manual:iconv_encrypt_format

IConv ENCRYPT_FORMAT function

Converts data strings into encrypted internal values.

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

IConv ENCRYPT_FORMAT accepts arguments for the following parameters.

ParameterDescription
dataStringAny value.
encryptKeyThe key used to encrypt the value.
value = "AB123CD"

encryptKey = "23A23"

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

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

 
 
 
 
  • guides/programming/programmers_reference_manual/iconv_encrypt_format.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1