Description
Does DES decode.
Syntax
Encryption.desDecode(key, string);
Parameters
Returns
String.
Examples
trace(Encryption.desEncode("test",
"message"));
trace(Encryption.desDecode("test",
"QrfRWpfYc9Q="));