mirror of
https://github.com/gchq/CyberChef
synced 2026-01-09 12:03:30 +00:00
fix: use UUID v4 by default, for backward compatibility
This commit is contained in:
@@ -31,6 +31,7 @@ class GenerateUUID extends Operation {
|
||||
value: [
|
||||
"v1", "v3", "v4", "v5", "v6", "v7",
|
||||
]
|
||||
defaultIndex: 2,
|
||||
},
|
||||
{
|
||||
name: "UUID namespace (valid for v3 and v5)",
|
||||
|
||||
Reference in New Issue
Block a user