Module lighten

Encrypted Lua script support (AES-256-CTR).

This module provides functions to run encrypted Lua scripts using the darken C module.

Functions

run (ct, iv) Decrypts and executes an encrypted Lua script.


Functions

run (ct, iv)
Decrypts and executes an encrypted Lua script.

Parameters:

  • ct string Hex-encoded ciphertext.
  • iv string Hex-encoded 16-byte IV.

Returns:

    The return values of the decrypted script.
generated by LDoc 1.5.0 Last updated 2026-03-31 12:21:45