UUID/GUID Generator

Generate unique and valid UUIDs/GUIDs. Support for UUID v1, v4 and v5.

UUID/GUID Generator

UUID v1 (Timestamp) Generated using timestamp and MAC address. Guarantees time-based uniqueness. UUID v4 (Random) Randomly generated. It is the most common version and recommended for most cases. UUID v5 (Name + Namespace) Generated using SHA-1 hash of a namespace and name. Always produces the same UUID for the same input.

Related Tools