Random UUID v4 identifiers, one or in bulk
Generate RFC 4122 version 4 UUIDs for database keys, API testing, or unique identifiers in your code. Generate one or up to a hundred at a time, and copy individually or all at once.
Set the count
Choose how many UUIDs you need, up to 100.
Copy what you need
Copy individual UUIDs or all of them at once.
Regenerate anytime
Get a fresh batch instantly.
What version of UUID does this generate?
Version 4 (random) — the most common type, generated via the browser's native crypto.randomUUID().
Can two generated UUIDs collide?
The odds are astronomically small (roughly 1 in 2^122) — safe for virtually any real-world use.
Generate strong, random passwords instantly. Adjustable length and character sets (uppercase, lowercase, numbers, symbols), live strength indicator, one-click copy. All generation happens in your browser using the Web Crypto API — passwords are never sent anywhere.
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text or files instantly. Perfect for verifying file integrity, checksums, and debugging. All hashing happens in your browser using the Web Crypto API — nothing is uploaded.
Comprehensive token tool to decode, verify, and generate JWT (JSON Web Tokens) and PASETO (Platform-Agnostic SEcurity TOkens) instantly. View header, payload, and signature sections with syntax-highlighted JSON. Generate new tokens with custom payloads. Perfect for developers debugging authentication tokens, API tokens, and bearer tokens. Features instant real-time decoding as you type, support for both JWT and PASETO token formats, token generation with custom algorithms (HS256, HS384, HS512), three-part visualization showing header/version, payload, and signature/footer separately, color-coded JSON syntax highlighting for easy reading, one-click copy to clipboard for each section, and complete client-side processing for maximum security. All token processing happens entirely in your browser - tokens are never transmitted to any server, ensuring complete privacy and security. Supports all standard JWT formats and PASETO v2/v4. Ideal for debugging authentication flows, inspecting API tokens, generating test tokens, understanding token structure, validating token claims, and learning about modern authentication. No installation or registration required.
Format, validate, and beautify JSON data instantly. Minify JSON, fix formatting errors, and validate JSON syntax online. Perfect for developers working with APIs and configuration files.