1 repo
High-performance generators that leverage platform-native entropy for unpredictable output.
Distinguishing note: Focuses on cryptographically secure entropy sources rather than general-purpose pseudo-random number generation.
Explore 1 awesome GitHub repository matching security & cryptography · Secure Randomizers. Refine with filters or upvote what's useful.
Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack
A high-performance generator that leverages platform-native entropy sources to produce unpredictable identifiers suitable for sensitive security and session contexts.