How do I best obfuscate my C#.net app Product Key verification code?
Is it enough to place it in a "INTERNAL SEALED CLASS CLASSNAME { };" or do I need to do more?
Thanks!
|
1
|
How do I best obfuscate my C#.net app Product Key verification code? Is it enough to place it in a "INTERNAL SEALED CLASS CLASSNAME { };" or do I need to do more? Thanks!
|
|||
|
|
|
|
Access modifiers like At the end of the day, there's nothing you can do to prevent piracy. Anything created by one human can be broken by another. There are loads of questions on SO that deal with product keys, keeping software secure, etc. which you can find if you use the search mechanism in the upper-right. All the answers cover a few basic ideas that anyone with a little sense will tell you:
Research public/private and elliptic key cryptography and you'll find ways to secure your key algorithm, but it will only prevent cracking the key, not bypassing it. |
|||
|
|
|
Rex is correct, |
||
|
|
|
|
Use Microsoft Software Licensing and Protection service.
|
||
|