Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
crypt.generatekey(): string
string
<<<<<<< HEAD local generatekey = crypt.generatekey() ======= -- crypt.generatekey(): string >>>>>>> 50e30f53759b0538759af25c9b271514aa2c9290
local key = crypt.generatekey() print("Key (base64): ", key)