A static web tool for generating Ed25519-signed activation codes (JWTs) for the Lbby desktop app.
- Go to the site
- Enter the access password
- Paste your Ed25519 private key (PEM format)
- Pick tier, expiry, optional device binding
- Click Generate Code
- Copy the code and paste it into Lbby → License → Activate
- All crypto runs client-side in your browser (Web Crypto API)
- The private key is never stored — it's gone when you close the page
- No analytics, no external requests, no data leaves your browser
Hosted on GitHub Pages. Zero cost, zero servers.
It's a single index.html file — no build step, no dependencies. Open it directly in a browser to test locally.
To change the password gate, edit the SITE_PASSWORD variable in the <script> section.