necaris / cuid.py

A fast, scalable unique ID generator for Python
BSD 2-Clause "Simplified" License
64 stars 8 forks source link

Based on CUID v1 or v2? #24

Open avin-kavish opened 1 year ago

avin-kavish commented 1 year ago

NOTE: Particularly if you have security concerns, the cuid standard has been deprecated in favor of cuid2!

So this is based on v1 or b2?

ericelliott commented 1 year ago

This appears to be based on v1. We had a link to a Cuid2 python port, but it now links to a 404. If anybody would like to make a port, we need a good Python implementation.