Hello,
In the WPF docs, there is a page about licensing : https://www.actiprosoftware.com/docs/controls/wpf/licensing#licensing-via-a-registerlicense-call
In the page, I read this :
It is important to protect your licensee and license key combination from decompilers. We highly recommend using some form of string encryption on the
licenseeandlicenseKeyvalues passed into theActiproLicenseManager.RegisterLicensemethod. Many obfuscators include string encryption as an option, or you can use other custom logic to scramble/descramble the strings.
Do you recommend a good C# obfuscator that supports WPF?
I tried a couple obfuscators, but some of them do not obfuscate WPF, some break my app, and others just obfuscate almost nothing...
Thanks
[Modified 1 year ago]