standard.lib.cripto.aes_encrypt

aes_encrypt is available since version 1.0.

Prototype:

string aes_encrypt(string data, string key)

Parameters

data
the data to encrypt
key
the key to use

Description:

Encrypts using the AES algorithm.

Return value:

Returns the encrypted data.