Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.03 KB

Offline SDK Licensing (.NET)

This repo contains tools & docs to protect an SDK that targets .NET (including .NET Framework, .NET Core, Mono, Unity, .NET Standard, and more). Basics of SDK licensing in Cryptolens is covered in this article. The technique described here is different from the original tutorial, and the focus is on supporting offline environments (i.e. end users do not need to contact the server to verify the license). It is also more secure since developers need to explicitly specify which applications will use the SDK.

Clarification of terms

  • Vendor - the company that wants to protect an SDK
  • Developer - someone that will use the SDK in their own applications
  • End users - someone who will use the application developed by the developer.

Getting started

Please select what fits best:

Questions

If you have any questions, please reach out to us at [email protected]!