KEY
GENERATOR

Enter your secret to unlock the generator.

GENERATE
KEYS

Keys are generated locally in your browser using HMAC-SHA256. Your secret never leaves this page. Generated keys can be validated by any machine running Anchor with the matching LICENSE_SECRET.

KEY FORMAT: ANCHOR-XXXXXX-XXXXXX-YYYYYY
First two groups are random payload. Third group is first 6 hex chars of HMAC-SHA256(secret, payload).
Validation is stateless — any key matching the signature will be accepted by Anchor.
Keep your LICENSE_SECRET private. Rotate it to invalidate all previously issued keys.