Skip to content

crypt

Description:

This function demonstrates the usage of the crypt API.

Example:

-- Encrypt data
local encrypted = crypt.encrypt('data', 'key')

print("Encrypted data:", encrypted)