Returns the string decoded with specified key.
WADecrypt = function(aText, aKey);
var dec = WADecrypt('561O6/EJRDYXWZoN|f+xhfzFP6mOO1DpcrWHWNg==','pass'); log(dec); //dec = 'source text'