An effective method for encrypting a license file?

前端 未结 9 1685
走了就别回头了
走了就别回头了 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条回答
  •  梦谈多话
    2021-01-29 19:39

    Why would you need to encrypt it? If it is tampering you are afraid (for instance someone increasing the number of users), could you perhaps just sign it with e.g. your organization's digital certificate instead?

提交回复
热议问题