tinyaes:
tinyaes
.AESEncrypt
Function AESEncrypt:
String
( input:
String
, key:
String
)
Encrypt a monkey string
Encrypts any string supported by monkey.
Parameters
input
Can include unicode characters.
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.