awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Cryptographic Randomness Providers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesCryptographic Randomness Providers

Utilities and interfaces for generating cryptographically secure random numbers and entropy.

Distinguishing note: Focuses on the source of entropy for security-sensitive operations rather than general-purpose pseudo-random number generation.

Explore 1 awesome GitHub repository matching security & cryptography · Cryptographic Randomness Providers. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Cryptographic Randomness Providers

Awesome Cryptographic Randomness Providers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • ai/nanoid

    ai/nanoid

    26,611View on GitHub↗

    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

    Relies on system-level secure entropy providers to ensure that generated identifiers are statistically unpredictable and resistant to collision attacks.

    JavaScript
    26,611View on GitHub↗