Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change strings using Dotfuscator?

I have secret string in my code like that "1WDF-2HJH-4HJ5"

if(Checker() == "1WDF-2HJH-4HJ5")
return false;

Is it possible somehow to replace that string during dotfuscation? I am using Dotfuscator Community Edition 5.54521

May be there is another ways to hide sensitive strings?

like image 933
Sreginogemoh Avatar asked Feb 16 '26 17:02

Sreginogemoh


1 Answers

Disclaimer: I'm an employee of the company that makes Dotfuscator.

Dotfuscator does provide a feature called String Encryption which will mangle the string as it appears in the code, then turn it back into the original string at runtime. Unfortunately, this feature isn't available in the Community Edition of Dotfuscator. It is only available in the Pro editions.

like image 61
Nate Allen Avatar answered Feb 18 '26 07:02

Nate Allen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!