How do I enforce an expiration date for a trial install of my software?

后端 未结 5 1164
旧时难觅i
旧时难觅i 2021-02-07 14:16

I need to offer a trial period for my custom software. I have a 64-bit C# app, which uses 64-bit, multi-processor support DLLs. Other utilities to be included are written in C++

5条回答
  •  清歌不尽
    2021-02-07 15:13

    Use http://xheo.com/ products for this. They offer a code obfiscator that is great at protecting code, and a licensing platform that can do everything you would ever imagine. they offer a version that can be compiled into your code.

    Encrypt - http://xheo.com/products/code-protection License - http://xheo.com/products/copy-protection

提交回复
热议问题