Cryptography
Functions
AESDecrypt( str key, buf data ) buf
buf encrypted = AESDecrypt(`my password`, encrypted)AESEncrypt( str key, buf data ) buf
buf crypted = AESEncrypt(`my password`, buf(`Test message`))Md5(buf|str data) buf
RandomBuf(int size) buf
Sha256(buf|str data) buf
Last updated
Was this helpful?