String decode(String msgin)
Arguments
msgin: The String to decode
Usage
Decode a String using the AES256 algorithm.
The value to decode must have been generated by the encode function in an application with the same secret key (which usually requires it to be the same application). If decoding fails (due to bad input) an Exception is thrown.
msgin may be a Tainted string.