moonpyk / ncuid

Collision-resistant ids for .NET (port of https://github.com/dilvie/cuid)
MIT License
36 stars 13 forks source link

Cuid standard is deprecated #8

Open ericelliott opened 1 year ago

ericelliott commented 1 year ago

Due to security concerns (which also exist in database auto-increment ids, uuid/guid, and most other id standards), the Cuid standard is now deprecated in favor of Cuid2.

moonpyk commented 1 year ago

thanks @ericelliott i'll have a look and try to port it