iyshannon / cuid

collision-resistant hashes for the cloud, in Ruby
31 stars 6 forks source link

Cuid standard is deprecated. #4

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.

stulzer commented 1 year ago

Ruby implementation for Cuid2 is here https://github.com/stulzer/cuid2 - also on rubygems.org.