
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
licensee
andlicenseKey
values passed into theActiproLicenseManager.RegisterLicense
method. 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 7 months ago]