diff --git a/README.md b/README.md index 99ca5f5..032f57d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Collision-resistant ids optimized for horizontal scaling and binary search lookup performance. -## Status: Deprected due to security. Use [Cuid2](https://github.com/paralleldrive/cuid2), instead. +## Status: Deprecated due to security. Use [Cuid2](https://github.com/paralleldrive/cuid2), instead. > Note: All monotonically increasing (auto-increment), and timestamp-based ids share the security issues with Cuid. V4 UUIDs and GUIDs are also insecure because it's possible to predict future values of many random algorithms, and many of them are biased, leading to increased probability of collision.