Token Generator

The Token Generator creates cryptographically random tokens for CSRF, password reset and API keys, using the browser crypto API.

Contents

Key Features

Use Cases

How to Use

  1. Set length and format
  2. Generate
  3. Copy the token

Practical Tips

FAQ

Safe?
Uses the Web Crypto API.
Store?
Keep only a hash of durable tokens.
← Back to Guides