문제

in the net I can find a lot of programs which give You opportunity to use program for 30 days for free and after your program is just stuck, my question is how can I code such behaviour of the program that I write, how can I be sure that noone will hack it? thanks in advance for any link and explanation

P.S let's assume that my program is written on c++, what technology can I use?
도움이 되었습니까?

해결책

1) Write the software so that it will expire in 30 days after its installed, and offer a pay version that does not

2) Same as above but offer up keys that can remove the restriction

You could validate the install date/license via a webservice (thats how linqpad does it)

As far as not being hacked... good luck, pretty much anything you come up with can be hacked if someone has the time and determination to do it

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top