2018-02-16 21:53:43 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
2021-06-14 23:23:57 +00:00
|
|
|
"version": "2.0.32",
|
|
|
|
"version_normalized": "2.0.32.0",
|
2018-02-16 21:53:43 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
2021-06-14 23:23:57 +00:00
|
|
|
"reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd"
|
2018-02-16 21:53:43 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-06-14 23:23:57 +00:00
|
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
|
|
|
|
"reference": "f5c4c19880d45d0be3e7d24ae8ac434844a898cd",
|
2018-02-16 21:53:43 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phing/phing": "~2.7",
|
2021-06-14 23:23:57 +00:00
|
|
|
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
|
2018-02-16 21:53:43 +00:00
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
|
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
|
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
|
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
|
|
|
},
|
2021-06-14 23:23:57 +00:00
|
|
|
"time": "2021-06-12T12:12:59+00:00",
|
2018-02-16 21:53:43 +00:00
|
|
|
"type": "library",
|
|
|
|
"installation-source": "dist",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"phpseclib/bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"phpseclib\\": "phpseclib/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Patrick Monnerat",
|
|
|
|
"email": "pm@datasphere.ch",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Andreas Fischer",
|
|
|
|
"email": "bantu@phpbb.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hans-Jürgen Petrich",
|
|
|
|
"email": "petrich@tronic-media.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "graham@alt-three.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"keywords": [
|
|
|
|
"BigInteger",
|
|
|
|
"aes",
|
|
|
|
"asn.1",
|
|
|
|
"asn1",
|
|
|
|
"blowfish",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"rsa",
|
|
|
|
"security",
|
|
|
|
"sftp",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
|
|
|
"ssh",
|
|
|
|
"twofish",
|
|
|
|
"x.509",
|
|
|
|
"x509"
|
2021-06-14 23:23:57 +00:00
|
|
|
],
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/terrafrost",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/phpseclib",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
2018-02-16 21:53:43 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|