Skip to Content

Security Generator

Capabilities

A high-entropy engine for producing cryptographically secure random tokens, UUIDs, and secrets using browser-native PRNGs.

Target Use Cases

  • Generating secure application secrets
  • Creating standard-compliant UUIDs/ULIDs
  • Producing high-entropy passwords
  • Seeding cryptographic operations

Tokens and UUIDs generated using cryptographically secure PRNGs via window.crypto — not Math.random(), which is not cryptographically safe.

Base64 Encoder / Decoder
|
JWT Decoder

Decoded locally in your browser — token never leaves your device.

ID Generator

Generated client-side using crypto.getRandomValues — no server calls.