What it does
Generates high-entropy random tokens for API keys, session IDs, CSRF secrets, and similar.
How it's safe
Uses the browser's cryptographically secure random generator (Web Crypto). Generation stays on your device.
Watch out
A token is only as safe as where you store it afterward. Don't commit secrets to git or paste them into chat logs.