UUID Generator
A UUID (Universally Unique Identifier) is a 128-bit number represented as 32 hexadecimal digits grouped in five sections. UUID v4 generates identifiers using random numbers, making them suitable for use as database primary keys, session tokens, file names and API resources.
Comments