Basically, it encrypts/decrypts any given string via a completely non-standard (custom) encryption routine that is entirely Lua-based. No external dependencies are required. Output can be manipulated via a table of Seed Keys with which to:
- randomize the encrypted output string
- manipulate length of output string

The APZ here is probably still a little buggy - haven't had time to check function integrity thoroughly yet. Just thought I'd leave it here for open discussion and for folks to investigate. There's probably a ton of ways to make improvements. Foremost in my mind would be to compile the core function in Globals to DLL. Maybe IP could even envisage how to harden security for this technique by integrating it with MemoryEx and Assembly code? Feel free to post your thoughts/ideas.
Nb. I've thrown this up on Rex's Discord channel too - for anyone who wants to discuss it over there:



Leave a comment: