Encrypted Storage
Saved scripts can use AES-GCM encryption at rest instead of plain readable database storage.
Titanex is built for creators who want Roblox script encryption and protected loader delivery. Script code can be stored encrypted server-side and served through a wrapped loader response, so the dashboard can manage code privately while the Roblox executor receives a runnable loader.
Saved scripts can use AES-GCM encryption at rest instead of plain readable database storage.
The script URL can return a wrapped loader response instead of raw open Lua when encrypted mode is selected.
Creators can still choose plain mode when they intentionally want easy-to-read raw script output.