Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Security keygen
local shahex = {0,1,2,3,4,5,6,7,8,9,"A","B","C","D","E","F","G","H","I","J","K","L","M","O","P","Q","R","S","T","U", "V", "W", "X", "Y", "Z", "-","+","^","[","]","%"} function keyGen (m) str = "Key Lenght "..tostring(m).." --> \n\n\n" while string.len(str) < m do local r = math.random(1,#shahex) str = str..tostring(shahex[r]) end return str end print(keyGen(2048*(64+16)))
run
|
edit
|
history
|
help
0
Weird Lua OOP Lib
ok
Random number generation with ranges (Lua)
Random numbers in Lua. Range: 1-49. Sets of numbers without duplicates
Show current system clock
Visala Test
Fibonacci in Lua (Inspired)
123
Eliminatoria minigame
Binary to Integers / Integers to Binary