Содержание

WAEncrypt

Returns a source string encoded with specified key.

Syntax

function WAEncrypt(aText: string; aKey: string): string;

Parameters

Returned value

Notes

Examples

  1. var enc := WAEncrypt('source text', 'pass');
    //enc = '561O6/EJRDYXWZoN|f+xhfzFP6mOO1DpcrWHWNg=='