How do you secure your software?

by 3 replies
4
Title says it all.

Is there any services/guides on showing you how to add a unique key to access your software only once so that it will harder for people to steal/share your piece of software?

My piece of software is currently written in C#

Regards,
Patrick
#programming #secure #software
  • Hi Patrick,

    I make unique key based on hardware id to prevent using one license key on multiple PCs if it is single license. If you want also secure your code against various decompilers, check this thread - there are many solutions. Hope this helps
  • all of them be reverse engineered it just depends on how you wanna make it for the cracker..

    The hardest to reverse engineer is smartassembly which is the one i currently use.
  • you can monitor the files by ips
    and if it has a lot of ips block the software
    also you can do it on email and password software
    because all information will be in your server so
    they cannot change that

    so its very useful

Next Topics on Trending Feed