solupro 2814cd9400 eth登录 | пре 5 година | |
---|---|---|
.. | ||
phpseclib | пре 5 година | |
AUTHORS | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
appveyor.yml | пре 5 година | |
composer.json | пре 5 година |
MIT-licensed pure-PHP implementations of an arbitrary-precision integer arithmetic library, fully PKCS#1 (v2.1) compliant RSA, DES, 3DES, RC4, Rijndael, AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
\phpseclib
composer require phpseclib/phpseclib ~2.0
composer require phpseclib/phpseclib ~1.0
Need Support?
Fork the Project
Ensure you have Composer installed (see Composer Download Instructions)
Install Development Dependencies
composer install
Create a Feature Branch
(Recommended) Run the Test Suite
vendor/bin/phpunit
(Recommended) Check whether your code conforms to our Coding Standards by running
vendor/bin/phing -f build/build.xml sniff