awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesPHP 5.x Random Function Compatibility

Provides cryptographically secure random number generation functions for legacy PHP 5.x applications that lack native support.

Distinct from Cryptographic Random Number Generators: Distinct from Cryptographic Random Number Generators: focuses on PHP 5.x backward compatibility, not general cryptographic random number generation.

Explore 1 awesome GitHub repository matching security & cryptography · PHP 5.x Random Function Compatibility. Refine with filters or upvote what's useful.

Awesome PHP 5.x Random Function Compatibility GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • paragonie/random_compatالصورة الرمزية لـ paragonie

    paragonie/random_compat

    8,165عرض على 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 random number generation functions for legacy PHP 5.x applications.

    PHPcsprngphpphp5
    عرض على GitHub↗8,165
  1. Home
  2. Security & Cryptography
  3. Cryptographic Random Number Generators
  4. PHP 5.x Random Function Compatibility