UUID Generator
Generate universally unique identifiers
About UUIDs
UUID (Universally Unique Identifier) is a 128-bit value used to identify information in computer systems with negligible chance of duplication.
Common Uses
- Database primary keys
- Session identifiers
- Transaction IDs
- Random file names