VINDICTA.TOP
Crypt · Library
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

crypt.generatekey

Generates a random Base64-encoded 256-bit AES key.

function crypt.generatekey(): stringstringBase64-encoded 256-bit key.

Usage

Generate a key
local key = crypt.generatekey()
print(#crypt.base64decode(key)) --> 32 (256 bits)