Generate and validate cryptographically signed license keys for your SaaS products
Keys are signed with HMAC-SHA256 and base64 encoded for maximum security and tamper protection.
No database lookups needed for validation. All information is encoded within the key itself.
Password-protected admin interface with audit trail for all generated keys.
Integrate license key generation and validation into your applications
/api/generate-keyGenerate a new license key (requires admin password)
/api/validate-keyValidate a license key (public endpoint)
/api/keysList all generated keys (requires admin password)