awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesPHP 5.x CSPRNG Polyfills

Polyfills that provide cryptographically secure random_bytes() and random_int() functions for legacy PHP 5.x environments.

Distinct from PSR-5 Implementations: No candidate covers PHP 5.x CSPRNG polyfills; closest candidates are about PSR standards or PHP security auditing, not runtime polyfills.

Explore 1 awesome GitHub repository matching development tools & productivity · PHP 5.x CSPRNG Polyfills. Refine with filters or upvote what's useful.

Awesome PHP 5.x CSPRNG Polyfills GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • paragonie/random_compatAvatar de paragonie

    paragonie/random_compat

    8,165Ver en GitHub↗

    randomcompat is a backward-compatibility library that provides cryptographically secure random number generation functions for PHP 5.x environments. It delivers the randombytes() and random_int() functions that are natively available in PHP 7+, enabling legacy applications to generate secure random bytes and unbiased integers from system entropy sources. The library implements a priority-based fallback chain across operating-system CSPRNGs, selecting the best available random source in order of security. It uses rejection sampling to convert raw random bytes into unbiased integers withi

    Provides cryptographically secure randombytes() and randomint() functions for legacy PHP 5.x environments.

    PHPcsprngphpphp5
    Ver en GitHub↗8,165
  1. Home
  2. Development Tools & Productivity
  3. PHP 5.x CSPRNG Polyfills