2015-08-04 06:48:03 +02:00
|
|
|
{
|
2012-06-08 21:39:36 +02:00
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
"type": "library",
|
2012-06-10 02:04:07 +02:00
|
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
2012-06-08 20:28:42 +02:00
|
|
|
"keywords": [
|
|
|
|
"security",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
2012-06-10 02:04:07 +02:00
|
|
|
"rsa",
|
|
|
|
"aes",
|
2013-11-23 21:25:26 +01:00
|
|
|
"blowfish",
|
|
|
|
"twofish",
|
2012-06-10 02:04:07 +02:00
|
|
|
"ssh",
|
|
|
|
"sftp",
|
|
|
|
"x509",
|
|
|
|
"x.509",
|
|
|
|
"asn1",
|
|
|
|
"asn.1",
|
2012-06-08 20:28:42 +02:00
|
|
|
"BigInteger"
|
2012-06-10 02:04:07 +02:00
|
|
|
],
|
2012-06-08 21:39:36 +02:00
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2012-06-08 22:57:26 +02:00
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
2013-11-23 19:46:04 +01:00
|
|
|
"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",
|
2012-06-08 22:57:26 +02:00
|
|
|
"role": "Developer"
|
2016-04-10 18:30:59 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Graham Campbell",
|
|
|
|
"email": "graham@alt-three.com",
|
|
|
|
"role": "Developer"
|
2012-06-08 21:39:36 +02:00
|
|
|
}
|
|
|
|
],
|
2012-06-08 22:57:26 +02:00
|
|
|
"require": {
|
2015-01-06 20:55:36 +01:00
|
|
|
"php": ">=5.3.3"
|
2012-06-08 22:57:26 +02:00
|
|
|
},
|
2013-11-23 20:29:27 +01:00
|
|
|
"require-dev": {
|
2014-12-02 22:25:47 +01:00
|
|
|
"phing/phing": "~2.7",
|
2017-12-03 22:08:48 +01:00
|
|
|
"phpunit/phpunit": "~6.0",
|
2014-12-02 22:25:47 +01:00
|
|
|
"sami/sami": "~2.0",
|
2015-07-08 16:13:13 +02:00
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
2013-11-23 20:29:27 +01:00
|
|
|
},
|
2012-06-08 22:57:26 +02:00
|
|
|
"suggest": {
|
2015-07-23 03:02:28 +02:00
|
|
|
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
2016-04-10 18:30:59 +02:00
|
|
|
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
|
|
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
2015-08-04 14:15:35 +02:00
|
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
|
2012-06-08 22:57:26 +02:00
|
|
|
},
|
2012-06-08 21:39:36 +02:00
|
|
|
"autoload": {
|
2015-08-03 17:07:20 +02:00
|
|
|
"files": [
|
|
|
|
"phpseclib/bootstrap.php"
|
|
|
|
],
|
2014-06-01 22:09:16 +02:00
|
|
|
"psr-4": {
|
|
|
|
"phpseclib\\": "phpseclib/"
|
2014-12-02 03:54:44 +01:00
|
|
|
}
|
2012-06-08 21:39:36 +02:00
|
|
|
}
|
|
|
|
}
|