Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is AES Decryption possible in roblox? [closed]

Asked by 4 years ago

So I am having a problem with hackers deobfuscating my code, so I'd like to implement AES into it. That way it has to ping either an HTML server or use a RemoteFunction to get the decryption key to then run the script. This combined with some greater obfuscation would mean it would make it significantly harder to deobfuscate, especially since I could re-encrypt the code and change the encryption key every time they deobfuscated it.

So simply put, can I implement AES decryption in Roblox (easily at least, if not would RSA be a bad alternative? I know the pro's and con's for both, I just want what's easiest to use in Roblox.)

0
no LOL greatneil80 2647 — 4y
0
put md5 encryption algorithm in a plugin or something... It will take too much time and too much effort though... greatneil80 2647 — 4y
0
the best way (if you want to save time) is to just add sanity checks... greatneil80 2647 — 4y

Closed as off-topic by Lakodex, Gojinhan, itz_rennox, and JesseSong

This question has been closed by our community as being off-topic from ROBLOX Lua Scripting.

Why was this question closed?