
619 Views
20 Executions
CSPRNG Generator LuaU
Universal Script 📌Uploaded by 10 months ago
Please login to perform these actions:
Description
Using Sha-256 and Chacha20 with Seeds generator using multiple entropy. Its base62 and use for Strong Key/password








i don't think a true csprng is possible in luau
Yes but just for seed generation is not CSPRNG but for rng algorithm is real CSPRNG because Sha-256 and ChaCha20 is can be implemented in luau. So its still possible as long you can generate CSPRNG seed. But its okay, the seed is still much more Random compared to random.new, math.random :D