UUID Generator
Generate unique identifiers in various formats
UUID Generator Settings
UUID Version Information
- Version 1 (Time-based): Time-based UUID, includes timestamp and MAC address (not anonymous)
- Version 3 (MD5 Hash-based): MD5 hash-based UUID, requires a namespace UUID and name
- Version 4 (Random): Random UUID, most commonly used and anonymous
- Version 5 (SHA1 Hash-based): SHA1 hash-based UUID, requires a namespace UUID and name
Note: UUIDs are not suitable as secure passwords.