tinyaes:tinyaes.AESDecrypt
Function AESDecrypt:String( input:String, key:String )
Decrypt a monkey string

Decrypts a string stored in ASCII format. Wide characters will be ignored!

Parameters
input Should be in ASCII format
key Should be no larger then 16 bytes in length. Be warned, if non-ascii characters are used they will take up two bytes each.