| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "defuse/php-encryption", |
| 4 |
"version": "2.0.3", |
| 5 |
"version_normalized": "2.0.3.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/defuse/php-encryption.git", |
| 9 |
"reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/defuse/php-encryption/zipball/2c6fea3d9a4eaaa8cef86b2a89f3660818117b33", |
| 14 |
"reference": "2c6fea3d9a4eaaa8cef86b2a89f3660818117b33", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"ext-openssl": "*", |
| 19 |
"paragonie/random_compat": "~2.0", |
| 20 |
"php": ">=5.4.0" |
| 21 |
}, |
| 22 |
"require-dev": { |
| 23 |
"nikic/php-parser": "^2.0" |
| 24 |
}, |
| 25 |
"time": "2016-10-10T15:20:26+00:00", |
| 26 |
"type": "library", |
| 27 |
"installation-source": "dist", |
| 28 |
"autoload": { |
| 29 |
"classmap": [ |
| 30 |
"src" |
| 31 |
] |
| 32 |
}, |
| 33 |
"notification-url": "https://packagist.org/downloads/", |
| 34 |
"license": [ |
| 35 |
"MIT" |
| 36 |
], |
| 37 |
"authors": [ |
| 38 |
{ |
| 39 |
"name": "Taylor Hornby", |
| 40 |
"email": "taylor@defuse.ca", |
| 41 |
"homepage": "https://defuse.ca/" |
| 42 |
}, |
| 43 |
{ |
| 44 |
"name": "Scott Arciszewski", |
| 45 |
"email": "info@paragonie.com", |
| 46 |
"homepage": "https://paragonie.com" |
| 47 |
} |
| 48 |
], |
| 49 |
"description": "Secure PHP Encryption Library", |
| 50 |
"keywords": [ |
| 51 |
"aes", |
| 52 |
"authenticated encryption", |
| 53 |
"cipher", |
| 54 |
"crypto", |
| 55 |
"cryptography", |
| 56 |
"encrypt", |
| 57 |
"encryption", |
| 58 |
"openssl", |
| 59 |
"security", |
| 60 |
"symmetric key cryptography" |
| 61 |
] |
| 62 |
}, |
| 63 |
{ |
| 64 |
"name": "paragonie/random_compat", |
| 65 |
"version": "v2.0.10", |
| 66 |
"version_normalized": "2.0.10.0", |
| 67 |
"source": { |
| 68 |
"type": "git", |
| 69 |
"url": "https://github.com/paragonie/random_compat.git", |
| 70 |
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
| 71 |
}, |
| 72 |
"dist": { |
| 73 |
"type": "zip", |
| 74 |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
| 75 |
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
| 76 |
"shasum": "" |
| 77 |
}, |
| 78 |
"require": { |
| 79 |
"php": ">=5.2.0" |
| 80 |
}, |
| 81 |
"require-dev": { |
| 82 |
"phpunit/phpunit": "4.*|5.*" |
| 83 |
}, |
| 84 |
"suggest": { |
| 85 |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 86 |
}, |
| 87 |
"time": "2017-03-13T16:27:32+00:00", |
| 88 |
"type": "library", |
| 89 |
"installation-source": "dist", |
| 90 |
"autoload": { |
| 91 |
"files": [ |
| 92 |
"lib/random.php" |
| 93 |
] |
| 94 |
}, |
| 95 |
"notification-url": "https://packagist.org/downloads/", |
| 96 |
"license": [ |
| 97 |
"MIT" |
| 98 |
], |
| 99 |
"authors": [ |
| 100 |
{ |
| 101 |
"name": "Paragon Initiative Enterprises", |
| 102 |
"email": "security@paragonie.com", |
| 103 |
"homepage": "https://paragonie.com" |
| 104 |
} |
| 105 |
], |
| 106 |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 107 |
"keywords": [ |
| 108 |
"csprng", |
| 109 |
"pseudorandom", |
| 110 |
"random" |
| 111 |
] |
| 112 |
} |
| 113 |
] |
| 114 |
|