Table of Contents

TTMSFNCUtils.EnDeCrypt Method

Applies a symmetric encryption/decryption transformation to AValue; calling it twice returns the original string.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function EnDeCrypt(const AValue: String): String;

Parameters

Name Description
AValue String to encrypt or decrypt.

Returns

The transformed string.