Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptolens/sdk-licensing
Example code and help tools to securely protect .NET SDKs with focus on offline environments
https://github.com/cryptolens/sdk-licensing
dotnet licensing-as-a-service licensing-library sdk sdk-dotnet
Last synced: 19 days ago
JSON representation
Example code and help tools to securely protect .NET SDKs with focus on offline environments
- Host: GitHub
- URL: https://github.com/cryptolens/sdk-licensing
- Owner: Cryptolens
- License: mit
- Created: 2019-09-16T09:34:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:18:18.000Z (about 2 years ago)
- Last Synced: 2023-02-27T13:22:14.582Z (almost 2 years ago)
- Topics: dotnet, licensing-as-a-service, licensing-library, sdk, sdk-dotnet
- Language: C#
- Homepage: https://help.cryptolens.io/
- Size: 75.2 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://help.cryptolens.io/licensing-models/sdk-licensing). 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:
* [I'm a vendor](Vendor.md)
* [I'm a developer](Developer.md)## Questions
If you have any questions, please reach out to us at [email protected]!