| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "paragonie/constant_time_encoding", |
| 5 |
"version": "v2.6.3", |
| 6 |
"version_normalized": "2.6.3.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/paragonie/constant_time_encoding.git", |
| 10 |
"reference": "58c3f47f650c94ec05a151692652a868995d2938" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", |
| 15 |
"reference": "58c3f47f650c94ec05a151692652a868995d2938", |
| 16 |
"shasum": "" |
| 17 |
}, |
| 18 |
"require": { |
| 19 |
"php": "^7|^8" |
| 20 |
}, |
| 21 |
"require-dev": { |
| 22 |
"phpunit/phpunit": "^6|^7|^8|^9", |
| 23 |
"vimeo/psalm": "^1|^2|^3|^4" |
| 24 |
}, |
| 25 |
"time": "2022-06-14T06:56:20+00:00", |
| 26 |
"type": "library", |
| 27 |
"installation-source": "dist", |
| 28 |
"autoload": { |
| 29 |
"psr-4": { |
| 30 |
"ParagonIE\\ConstantTime\\": "src/" |
| 31 |
} |
| 32 |
}, |
| 33 |
"notification-url": "https://packagist.org/downloads/", |
| 34 |
"license": [ |
| 35 |
"MIT" |
| 36 |
], |
| 37 |
"authors": [ |
| 38 |
{ |
| 39 |
"name": "Paragon Initiative Enterprises", |
| 40 |
"email": "security@paragonie.com", |
| 41 |
"homepage": "https://paragonie.com", |
| 42 |
"role": "Maintainer" |
| 43 |
}, |
| 44 |
{ |
| 45 |
"name": "Steve 'Sc00bz' Thomas", |
| 46 |
"email": "steve@tobtu.com", |
| 47 |
"homepage": "https://www.tobtu.com", |
| 48 |
"role": "Original Developer" |
| 49 |
} |
| 50 |
], |
| 51 |
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", |
| 52 |
"keywords": [ |
| 53 |
"base16", |
| 54 |
"base32", |
| 55 |
"base32_decode", |
| 56 |
"base32_encode", |
| 57 |
"base64", |
| 58 |
"base64_decode", |
| 59 |
"base64_encode", |
| 60 |
"bin2hex", |
| 61 |
"encoding", |
| 62 |
"hex", |
| 63 |
"hex2bin", |
| 64 |
"rfc4648" |
| 65 |
], |
| 66 |
"support": { |
| 67 |
"email": "info@paragonie.com", |
| 68 |
"issues": "https://github.com/paragonie/constant_time_encoding/issues", |
| 69 |
"source": "https://github.com/paragonie/constant_time_encoding" |
| 70 |
}, |
| 71 |
"install-path": "../paragonie/constant_time_encoding" |
| 72 |
}, |
| 73 |
{ |
| 74 |
"name": "paragonie/random_compat", |
| 75 |
"version": "v9.99.100", |
| 76 |
"version_normalized": "9.99.100.0", |
| 77 |
"source": { |
| 78 |
"type": "git", |
| 79 |
"url": "https://github.com/paragonie/random_compat.git", |
| 80 |
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" |
| 81 |
}, |
| 82 |
"dist": { |
| 83 |
"type": "zip", |
| 84 |
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 85 |
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", |
| 86 |
"shasum": "" |
| 87 |
}, |
| 88 |
"require": { |
| 89 |
"php": ">= 7" |
| 90 |
}, |
| 91 |
"require-dev": { |
| 92 |
"phpunit/phpunit": "4.*|5.*", |
| 93 |
"vimeo/psalm": "^1" |
| 94 |
}, |
| 95 |
"suggest": { |
| 96 |
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
| 97 |
}, |
| 98 |
"time": "2020-10-15T08:29:30+00:00", |
| 99 |
"type": "library", |
| 100 |
"installation-source": "dist", |
| 101 |
"notification-url": "https://packagist.org/downloads/", |
| 102 |
"license": [ |
| 103 |
"MIT" |
| 104 |
], |
| 105 |
"authors": [ |
| 106 |
{ |
| 107 |
"name": "Paragon Initiative Enterprises", |
| 108 |
"email": "security@paragonie.com", |
| 109 |
"homepage": "https://paragonie.com" |
| 110 |
} |
| 111 |
], |
| 112 |
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
| 113 |
"keywords": [ |
| 114 |
"csprng", |
| 115 |
"polyfill", |
| 116 |
"pseudorandom", |
| 117 |
"random" |
| 118 |
], |
| 119 |
"support": { |
| 120 |
"email": "info@paragonie.com", |
| 121 |
"issues": "https://github.com/paragonie/random_compat/issues", |
| 122 |
"source": "https://github.com/paragonie/random_compat" |
| 123 |
}, |
| 124 |
"install-path": "../paragonie/random_compat" |
| 125 |
}, |
| 126 |
{ |
| 127 |
"name": "phpseclib/phpseclib", |
| 128 |
"version": "3.0.34", |
| 129 |
"version_normalized": "3.0.34.0", |
| 130 |
"source": { |
| 131 |
"type": "git", |
| 132 |
"url": "https://github.com/phpseclib/phpseclib.git", |
| 133 |
"reference": "56c79f16a6ae17e42089c06a2144467acc35348a" |
| 134 |
}, |
| 135 |
"dist": { |
| 136 |
"type": "zip", |
| 137 |
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a", |
| 138 |
"reference": "56c79f16a6ae17e42089c06a2144467acc35348a", |
| 139 |
"shasum": "" |
| 140 |
}, |
| 141 |
"require": { |
| 142 |
"paragonie/constant_time_encoding": "^1|^2", |
| 143 |
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 144 |
"php": ">=5.6.1" |
| 145 |
}, |
| 146 |
"require-dev": { |
| 147 |
"phpunit/phpunit": "*" |
| 148 |
}, |
| 149 |
"suggest": { |
| 150 |
"ext-dom": "Install the DOM extension to load XML formatted public keys.", |
| 151 |
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", |
| 152 |
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", |
| 153 |
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", |
| 154 |
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." |
| 155 |
}, |
| 156 |
"time": "2023-11-27T11:13:31+00:00", |
| 157 |
"type": "library", |
| 158 |
"installation-source": "dist", |
| 159 |
"autoload": { |
| 160 |
"files": [ |
| 161 |
"phpseclib/bootstrap.php" |
| 162 |
], |
| 163 |
"psr-4": { |
| 164 |
"phpseclib3\\": "phpseclib/" |
| 165 |
} |
| 166 |
}, |
| 167 |
"notification-url": "https://packagist.org/downloads/", |
| 168 |
"license": [ |
| 169 |
"MIT" |
| 170 |
], |
| 171 |
"authors": [ |
| 172 |
{ |
| 173 |
"name": "Jim Wigginton", |
| 174 |
"email": "terrafrost@php.net", |
| 175 |
"role": "Lead Developer" |
| 176 |
}, |
| 177 |
{ |
| 178 |
"name": "Patrick Monnerat", |
| 179 |
"email": "pm@datasphere.ch", |
| 180 |
"role": "Developer" |
| 181 |
}, |
| 182 |
{ |
| 183 |
"name": "Andreas Fischer", |
| 184 |
"email": "bantu@phpbb.com", |
| 185 |
"role": "Developer" |
| 186 |
}, |
| 187 |
{ |
| 188 |
"name": "Hans-Jürgen Petrich", |
| 189 |
"email": "petrich@tronic-media.com", |
| 190 |
"role": "Developer" |
| 191 |
}, |
| 192 |
{ |
| 193 |
"name": "Graham Campbell", |
| 194 |
"email": "graham@alt-three.com", |
| 195 |
"role": "Developer" |
| 196 |
} |
| 197 |
], |
| 198 |
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", |
| 199 |
"homepage": "http://phpseclib.sourceforge.net", |
| 200 |
"keywords": [ |
| 201 |
"BigInteger", |
| 202 |
"aes", |
| 203 |
"asn.1", |
| 204 |
"asn1", |
| 205 |
"blowfish", |
| 206 |
"crypto", |
| 207 |
"cryptography", |
| 208 |
"encryption", |
| 209 |
"rsa", |
| 210 |
"security", |
| 211 |
"sftp", |
| 212 |
"signature", |
| 213 |
"signing", |
| 214 |
"ssh", |
| 215 |
"twofish", |
| 216 |
"x.509", |
| 217 |
"x509" |
| 218 |
], |
| 219 |
"support": { |
| 220 |
"issues": "https://github.com/phpseclib/phpseclib/issues", |
| 221 |
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.34" |
| 222 |
}, |
| 223 |
"funding": [ |
| 224 |
{ |
| 225 |
"url": "https://github.com/terrafrost", |
| 226 |
"type": "github" |
| 227 |
}, |
| 228 |
{ |
| 229 |
"url": "https://www.patreon.com/phpseclib", |
| 230 |
"type": "patreon" |
| 231 |
}, |
| 232 |
{ |
| 233 |
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", |
| 234 |
"type": "tidelift" |
| 235 |
} |
| 236 |
], |
| 237 |
"install-path": "../phpseclib/phpseclib" |
| 238 |
} |
| 239 |
], |
| 240 |
"dev": true, |
| 241 |
"dev-package-names": [] |
| 242 |
} |
| 243 |
|