OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
sendy
/
includes
/
helpers
/
random_compat
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/18/2021 09:43:33 AM
rwxr-xr-x
📄
LICENSE
1.07 KB
11/18/2021 09:46:08 AM
rwxr-xr-x
📄
composer.json
913 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
📁
dist
-
11/18/2021 09:46:17 AM
rwxr-xr-x
📁
lib
-
11/18/2021 09:43:24 AM
rwxr-xr-x
📄
phpunit-autoload.php
300 bytes
11/18/2021 09:46:08 AM
rwxr-xr-x
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" ] } }