β Back to Encryption & Security
Generate universally unique identifiers (UUIDs) for databases, APIs, and distributed systems. Support for v1, v4, v5, and NIL UUIDs.
β UUID v1 (Time-based)
Generated from timestamp and MAC address. Format: xxxxxxxx-xxxx-1xxx-xxxx-xxxxxxxxxxxx
β£ UUID v4 (Random)
Randomly generated. Most commonly used. Format: xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx
β€ UUID v5 (Name-based SHA-1)
Generated from namespace and name using SHA-1 hash
βͺ NIL UUID
Special UUID with all bits set to zero: 00000000-0000-0000-0000-000000000000
β‘ Instant Generation
Generate UUIDs instantly with one click
π’ Bulk Generation
Generate up to 1000 UUIDs at once
π Multiple Formats
Standard, uppercase, no-hyphens formats
π Copy to Clipboard
One-click copy individual or all UUIDs
β Validation
Validate existing UUID format and version
πΎ Export
Download as CSV, JSON, or plain text
π Database Primary Keys
Use as unique identifiers for database records
π API Development
Generate unique request/transaction IDs
πΎ File Naming
Create unique file names to prevent collisions
π Session Management
Generate unique session tokens and IDs
π¦ Distributed Systems
Ensure uniqueness across multiple servers
π Security Tokens
Generate random tokens for authentication
Create universally unique identifiers for your projects