.NET cryptography for licence keys?

前端 未结 6 1157
梦谈多话
梦谈多话 2020-12-14 20:33

I want to create a license key, which cryptography algorithm would you recommend?

Basically the inputs would be:

company name
major ver

6条回答
  •  悲&欢浪女
    2020-12-14 21:00

    If you would like to see an example of Triple DES encryption, you can take a look at my blog post on encrypting data in a database.

    The blog post contains a video and the source code.

    Although it focuses on encrypting string columns in the database, you can definitely modify it to work with licensing fields.

    The source code is written in C# and uses Triple DES algorithms.

提交回复
热议问题