Skip to main content
Encrypts Lua string bytes with AES CBC, ECB, or CTR using a Base64-decoded key, then returns Base64 ciphertext and the IV result.

Syntax

Arguments

Returns

Example

Encrypt a Lua string and decrypt the returned ciphertext with the returned IV.