Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to plain text.
Generate UUID v4 values instantly.
A UUID (Universally Unique Identifier) is a 128-bit identifier designed to be globally unique.
It is represented in a format such as 550e8400-e29b-41d4-a716-446655440000 and is commonly used for database record IDs, API keys, session management, and many other applications.
A UUID (Universally Unique Identifier) is a 128-bit identifier designed to be globally unique. It is widely used for database record IDs, session management, and many other applications.
UUIDv4 is a version of UUID generated from random values. It is the most widely used variant, and the probability of collisions (generating the same value twice) is practically zero.
Yes. All processing is performed locally in your browser, and generated UUIDs are never transmitted to the server.