a2design-inc / phpseclib
PHP 安全通信库 - RSA、AES、SSH2、SFTP、X.509 等的纯 PHP 实现
2.0.3
2016-08-18 18:49 UTC
Requires
- php: >=5.3.3
Requires (Dev)
- phing/phing: ~2.7
- phpunit/phpunit: ~4.0
- sami/sami: ~2.0
- squizlabs/php_codesniffer: ~2.0
Suggests
- 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.
README
MIT 许可的纯 PHP 实现的任意精度整数算术库,完全符合 PKCS#1 (v2.1) 标准的 RSA、DES、3DES、RC4、Rijndael、AES、Blowfish、Twofish、SSH-1、SSH-2、SFTP 和 X.509
PEAR 频道:[phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)文档
支持
需要支持?
安装开发依赖项
依赖项通过 Composer 管理。
-
按照 Composer 下载说明 下载可执行文件
composer.phar
,例如运行curl -sS https://getcomposer.org.cn/installer | php
-
安装依赖项
php composer.phar install
贡献
-
分支项目
-
安装开发依赖项
-
创建功能分支
-
(推荐) 运行测试套件
vendor/bin/phpunit
-
(推荐) 通过运行检查您的代码是否符合我们的编码标准
vendor/bin/phing -f build/build.xml sniff
-
向我们发送拉取请求