Содержание

WADecrypt

Returns the string decoded with specified key.

Syntax

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

Parameters

Returned value

Notes

Examples

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