Page 1 of 1

Obfuscate encrypt password

Posted: Mon Jul 16, 2018 12:26 pm
by teq
Hi there!
Ho to hide encryption password in sources like

Code: Select all

_es3Settings = new ES3Settings(ES3.EncryptionType.AES, "passowrd");
from decompile ? Do i have to use some obfuscation assets?

Re: Obfuscate encrypt password

Posted: Mon Jul 16, 2018 12:55 pm
by Joel
Hi there,

As with any other variable, if building the password in as you will indeed need to use an obfuscation asset for it to be obscured from a decompiler.

All the best,
Joel