Request: Links to existing implementations which utilize UUIDs and already encode them in some alternate format #33
kyzer-davis
started this conversation in
General
Replies: 2 comments 12 replies
-
Cross referenced our old RFC9562 references for what encodings they are currently using:
Could not determine these: |
Beta Was this translation helpful? Give feedback.
7 replies
-
https://www.fileformat.info/tool/guid-base64.htm |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example,
ELK seems to utilize Base64 UUIDv1/UUIDv4:
[elk] cluster UUID [FAxrPE-sQluvrDS_2HvlSQ]
and source code.Short UUID Library generates Base57 UUIDv4:
KwSysDpxcBU9FNhGkn2dCf
via sourceI am actively looking for others to investigate trends to take back to the considerations table of the README.
Any links that can be shared will greatly help.
Beta Was this translation helpful? Give feedback.
All reactions