What it can do
- Validate UUID layout
- Identify version and variant
- Display parsed metadata
How the recipe works
Analyse UUID
Decode the bit fields defined by the UUID layout.
Demonstration
Sample input
550e8400-e29b-41d4-a716-446655440000Expected result
Version: 4When to use it
- API debugging
- Identifier validation
- Explaining UUID versions
Adapt it
Version 1 and version 7 identifiers expose different time-related metadata than version 4.
Source and verification
Adapted from GCHQ CyberChef project and examples. The explanation and sample are written for Serialize, use synthetic or documentation-safe data, and are checked against the current operation catalogue. The workflow runs locally without an external API call.