Skip to content

Cryptolens/sdk-licensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 support@cryptolens.io!