-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
Add other UUID versions as well as a static box with the nil UUID (00000000-0000-0000-0000-000000000000) in the UUID generator tool.
Additional context
- UUIDv1 generator
- manual input of the HWID of the device
- auto refresh every second
- UUIDv3 generator
- namespace selector with https://datatracker.ietf.org/doc/html/rfc4122.html#appendix-C as options, or the use of a custom UUID
- UUIDv5 generator
- namespace selector with https://datatracker.ietf.org/doc/html/rfc4122.html#appendix-C as options, or the use of a custom UUID
- NIL UUID box
- (Nice to have) show the UUID representation as
- a 128 bit binary number
- a 32 characters hex string
- URN as defined in this RFC : https://datatracker.ietf.org/doc/html/rfc2141
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request