2012-06-08 19:39:36 +00:00
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
"type": "library",
|
2012-06-10 00:04:07 +00:00
|
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
2012-06-08 18:28:42 +00:00
|
|
|
"keywords": [
|
|
|
|
"security",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
2012-06-10 00:04:07 +00:00
|
|
|
"rsa",
|
|
|
|
"aes",
|
2013-11-23 20:25:26 +00:00
|
|
|
"blowfish",
|
|
|
|
"twofish",
|
2012-06-10 00:04:07 +00:00
|
|
|
"ssh",
|
|
|
|
"sftp",
|
|
|
|
"x509",
|
|
|
|
"x.509",
|
|
|
|
"asn1",
|
|
|
|
"asn.1",
|
2012-06-08 18:28:42 +00:00
|
|
|
"BigInteger"
|
2012-06-10 00:04:07 +00:00
|
|
|
],
|
2012-06-08 19:39:36 +00:00
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2012-06-08 20:57:26 +00:00
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
2013-11-23 18:46:04 +00: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 20:57:26 +00:00
|
|
|
"role": "Developer"
|
2012-06-08 19:39:36 +00:00
|
|
|
}
|
|
|
|
],
|
2012-06-08 20:57:26 +00:00
|
|
|
"require": {
|
2013-11-20 20:18:51 +00:00
|
|
|
"php": ">=5.3.0"
|
2012-06-08 20:57:26 +00:00
|
|
|
},
|
2013-11-23 19:29:27 +00:00
|
|
|
"require-dev": {
|
2014-04-12 05:47:26 +00:00
|
|
|
"phing/phing": "2.7.*",
|
2014-04-12 02:09:18 +00:00
|
|
|
"phpunit/phpunit": "4.0.*",
|
2013-11-23 19:29:27 +00:00
|
|
|
"squizlabs/php_codesniffer": "1.*"
|
|
|
|
},
|
2012-06-08 20:57:26 +00:00
|
|
|
"suggest": {
|
|
|
|
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.",
|
2013-11-23 19:37:06 +00:00
|
|
|
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
|
2012-06-08 20:57:26 +00:00
|
|
|
},
|
2012-06-08 20:05:26 +00:00
|
|
|
"include-path": ["phpseclib/"],
|
2012-06-08 19:39:36 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Crypt": "phpseclib/",
|
|
|
|
"File": "phpseclib/",
|
|
|
|
"Math": "phpseclib/",
|
2014-02-28 16:05:05 +00:00
|
|
|
"Net": "phpseclib/",
|
|
|
|
"System": "phpseclib/"
|
2013-04-01 16:29:28 +00:00
|
|
|
},
|
2014-06-01 20:09:16 +00:00
|
|
|
"psr-4": {
|
|
|
|
"phpseclib\\": "phpseclib/"
|
|
|
|
},
|
2013-04-01 16:29:28 +00:00
|
|
|
"files": [
|
|
|
|
"phpseclib/Crypt/Random.php"
|
|
|
|
]
|
2013-05-03 13:35:01 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "0.3-dev"
|
|
|
|
}
|
2012-06-08 19:39:36 +00:00
|
|
|
}
|
|
|
|
}
|