- What is Evorion?
- A software licensing and protection platform. It issues and validates licence keys and user accounts, binds them to devices, manages subscriptions and resellers, and — for native Windows applications — ships a C++ SDK that adds runtime protection driven from the server.
- Do I need the C++ SDK to use it?
- No. The SDK is for native Windows binaries, where it adds encrypted request bodies, device-bound credentials and runtime protection. If you are licensing a web app, a service or a game server, the REST API is the whole integration.
- Can I migrate existing licence keys in?
- Yes. Licences are created through the API, so an import is a loop over your existing keys against POST /apps/{appId}/licenses. You can set the key value, tier, expiry and HWID binding per licence.
- Is there a free tier?
- Yes — core authentication and basic licensing with no card required. The paid tiers add the runtime protection surface, higher limits, and features like resellers and webhooks.