2012-06-08 20:28:42 +02:00
|
|
|
{
|
|
|
|
"name": "phpseclib/phpseclib",
|
|
|
|
"type": "library",
|
|
|
|
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP etc.",
|
|
|
|
"keywords": [
|
|
|
|
"security",
|
|
|
|
"crypto",
|
|
|
|
"cryptography",
|
|
|
|
"encryption",
|
|
|
|
"signature",
|
|
|
|
"signing",
|
|
|
|
"rsa",
|
|
|
|
"aes",
|
|
|
|
"ssh",
|
|
|
|
"sftp",
|
|
|
|
"BigInteger"
|
|
|
|
],
|
|
|
|
"homepage": "http://phpseclib.sourceforge.net",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jim Wigginton",
|
|
|
|
"email": "terrafrost@php.net",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=4.3.3"
|
|
|
|
},
|
2012-06-08 21:53:42 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-mcrypt": "*",
|
|
|
|
"ext-gmp": "*"
|
2012-06-08 22:01:12 +02:00
|
|
|
},
|
2012-06-08 22:05:26 +02:00
|
|
|
"include-path": ["phpseclib/"],
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "": "phpseclib/" }
|
|
|
|
}
|
2012-06-08 20:28:42 +02:00
|
|
|
}
|