I make desktop application using csharp .
I face issue I can't protect this desktop application I do it from another client use it.
so I ask about way that I can do to prevent another person use it
so what I do to protect my app
so how to give client 30 day as trial then after that if not pay stop it
can you tell me how to do that
What I have tried:
some developer store data on registry
are this best solution for that store on registry or what
if user change date time of windows how to handle that
can I prevent user from install my app again
can any one help me by answer this question by more details
if free or source code or library can use it without pay then I prefer that
Loading
Gajendra JangidPosted Mar 10, 2022, 11:52 AM
Muhammad Imran AnsariPosted Feb 26, 2022, 2:46 PM
Very good question in terms of make your application secure and pay off your working. You can check the following articles to check how to implement correct license management and where to store the expiration keys/data and further in this article you can check how we will know if user manipulate with system clock?
https://www.codeproject.com/Articles/473278/Creating-Secure-Trial-Versions-for-NET-Applicationv
https://www.codeproject.com/Articles/398130/Software-Copy-Protection-for-Net-Applications-a-Tu
Sachin SinghPosted Feb 26, 2022, 6:05 AM