OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
includes
/
helpers
/
random_compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
LICENSE
1.07 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
composer.json
913 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📁
dist
-
11/12/2024 09:30:10 AM
rwxr-xr-x
📁
lib
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
phpunit-autoload.php
300 bytes
05/19/2025 10:07:16 AM
rw-r--r--
Editing: composer.json
Close
{ "name": "paragonie/random_compat", "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "random", "polyfill", "pseudorandom" ], "license": "MIT", "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "support": { "issues": "https://github.com/paragonie/random_compat/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/random_compat" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "autoload": { "files": [ "lib/random.php" ] } }