An effective method for encrypting a license file?

前端 未结 9 1621
走了就别回头了
走了就别回头了 2021-01-29 18:58

For a web application, I would like to create a simple but effective licensing system. In C#, this is a little difficult, since my decryption method could be viewed by anyone wi

9条回答
  •  Happy的楠姐
    2021-01-29 19:44

    When you implement your signing / verification code, be careful not to put it in a separate assembly. Code Access Security tamper-proofing is now very easy to bypass, as explained in the article CAS Tamper-Proofing is Broken: Consequences for Software Licensing.

    Obligatory disclaimer & plug: the company I co-founded produces the OffByZero Cobalt licensing solution.

提交回复
热议问题