shortest encoding for Guid for use in a URL

前端 未结 2 1617
轮回少年
轮回少年 2021-01-11 09:43

Mad Kristensen got one down to 00amyWGct0y_ze4lIsj2Mw

Can it go smaller than that?

2条回答
  •  甜味超标
    2021-01-11 10:25

    Looks like there are only 73 characters that can be used unescaped in a URL. IF that's the case, you could convert the 128-bit number to base 73, and have a 21 character URL.

    IF you can find 85 legal characters, you can get down to a 20 character URL.

提交回复
热议问题