Client-Side Safe
UUID / Nanoid Generator
Generate single or bulk UUID v4, UUID v7 (timestamp-ordered), and customizable Nanoids.
Supports bulk generation up to 100 IDs at once.
Option to output uppercase, lowercase, or hyphens stripped.
5
More in security utilities
Hash Generator
Compute cryptographic hashes (MD5, SHA-1, SHA-256, SHA-384, SHA-512, HMAC) instantly using Web Crypto API.
JWT Inspector
Decode and inspect JSON Web Tokens (Header, Payload, claims, expiration) client-side without sending tokens anywhere.
Base64 Encoder / Decoder
Encode and decode text, files, and images to/from Base64 with UTF-8 and URL-safe formatting.