Returns
string - exactly 44 characters of base64, encoding 32 raw bytes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
crypt.generatekey(): string
string - exactly 44 characters of base64, encoding 32 raw bytes.
local generatekey = crypt.generatekey()
local key = crypt.generatekey()
print("Key (base64): ", key)