Obfuscate encrypt password

Discussion and help for Easy Save 3
Post Reply
teq
Posts: 18
Joined: Mon Jul 16, 2018 12:23 pm

Obfuscate encrypt password

Post 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?
User avatar
Joel
Moodkie Staff
Posts: 4853
Joined: Wed Nov 07, 2012 10:32 pm

Re: Obfuscate encrypt password

Post 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
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply