Encrypting stuff

So I am trying to find a roblox encryptor like AES 256 just to test something like logging stuff on discord encrypted. I found like a from 2014 but it isn’t working.

Check this out: HashLib - Cryptographic hashes in pure Lua

Edit: Sorry, I guess that’s not technically AES

1 Like

Here’s a pure Lua implementation of it: Pure Lua AES encryption (https://github.com/SquidDev-CC/aeslua)

Thanks man then I’ll just use base64.

Base64 is not encryption, just FYI. It’s just an encoding. Anyone can decode Base64 back to normal text.