.NET copy protection

前端 未结 8 1122
野性不改
野性不改 2020-12-15 02:12

Is it possible to restrict a .NET executable to a specific machine somehow so that it can only be run on that machine.

8条回答
  •  攒了一身酷
    2020-12-15 02:44

    If you want a ready-made license scheme which supports this scenario, see CryptoLicensing

    This is not really true. CryptoLicensing only uses the computer name, not even CPU ID.

提交回复
热议问题