.NET Short Unique Identifier

前端 未结 23 1111
忘掉有多难
忘掉有多难 2020-12-07 11:27

I need a unique identifier in .NET (cannot use GUID as it is too long for this case).

Do people think that the algorithm used here is a good candidate or do you have

23条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 12:07

    You can try with the following library:

    • https://hashids.org
    • https://www.nuget.org/packages/Hashids.net/

提交回复
热议问题