Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../vendor/phpsecli.../phpsecli...
File: README.md
# phpseclib - PHP Secure Communications Library
[0] Fix | Delete
[1] Fix | Delete
[![Build Status](https://travis-ci.com/phpseclib/phpseclib.svg?branch=1.0)](https://app.travis-ci.com/github/phpseclib/phpseclib)
[2] Fix | Delete
[3] Fix | Delete
## Supporting phpseclib
[4] Fix | Delete
[5] Fix | Delete
- [Become a backer or sponsor on Patreon](https://www.patreon.com/phpseclib)
[6] Fix | Delete
- [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487)
[7] Fix | Delete
- [Subscribe to Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme)
[8] Fix | Delete
[9] Fix | Delete
## Introduction
[10] Fix | Delete
[11] Fix | Delete
MIT-licensed pure-PHP implementations of the following:
[12] Fix | Delete
[13] Fix | Delete
SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), RSA (PKCS#1 v2.2 compliant), DSA / DH, DES / 3DES / RC4 / Rijndael / AES / Blowfish / Twofish / Salsa20 / ChaCha20, GCM / Poly1305
[14] Fix | Delete
[15] Fix | Delete
* [Browse Git](https://github.com/phpseclib/phpseclib)
[16] Fix | Delete
[17] Fix | Delete
## Documentation
[18] Fix | Delete
[19] Fix | Delete
* [Documentation / Manual](https://phpseclib.com/)
[20] Fix | Delete
* [API Documentation](https://api.phpseclib.com/1.0/) (generated by Doctum)
[21] Fix | Delete
[22] Fix | Delete
## Branches
[23] Fix | Delete
[24] Fix | Delete
### master
[25] Fix | Delete
[26] Fix | Delete
* Development Branch
[27] Fix | Delete
* Unstable API
[28] Fix | Delete
* Do not use in production
[29] Fix | Delete
[30] Fix | Delete
### 3.0
[31] Fix | Delete
[32] Fix | Delete
* Long term support (LTS) release
[33] Fix | Delete
* Major expansion of cryptographic primitives
[34] Fix | Delete
* Minimum PHP version: 5.6.1
[35] Fix | Delete
* PSR-4 autoloading with namespace rooted at `\phpseclib3`
[36] Fix | Delete
* Install via Composer: `composer require phpseclib/phpseclib:~3.0`
[37] Fix | Delete
[38] Fix | Delete
### 2.0
[39] Fix | Delete
[40] Fix | Delete
* Long term support (LTS) release
[41] Fix | Delete
* Modernized version of 1.0
[42] Fix | Delete
* Minimum PHP version: 5.3.3
[43] Fix | Delete
* PSR-4 autoloading with namespace rooted at `\phpseclib`
[44] Fix | Delete
* Install via Composer: `composer require phpseclib/phpseclib:~2.0`
[45] Fix | Delete
[46] Fix | Delete
### 1.0
[47] Fix | Delete
[48] Fix | Delete
* Long term support (LTS) release
[49] Fix | Delete
* PHP4 compatible
[50] Fix | Delete
* Composer compatible (PSR-0 autoloading)
[51] Fix | Delete
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
[52] Fix | Delete
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
[53] Fix | Delete
* [Download 1.0.20 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.20.zip/download)
[54] Fix | Delete
[55] Fix | Delete
## Security contact information
[56] Fix | Delete
[57] Fix | Delete
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
[58] Fix | Delete
[59] Fix | Delete
## Support
[60] Fix | Delete
[61] Fix | Delete
Need Support?
[62] Fix | Delete
[63] Fix | Delete
* [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phpseclib)
[64] Fix | Delete
* [Create a Support Ticket on GitHub](https://github.com/phpseclib/phpseclib/issues/new)
[65] Fix | Delete
* [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use)
[66] Fix | Delete
[67] Fix | Delete
## Special Thanks
[68] Fix | Delete
[69] Fix | Delete
Special Thanks to our Patreon sponsors!:
[70] Fix | Delete
[71] Fix | Delete
- Allan Simon
[72] Fix | Delete
[73] Fix | Delete
## Contributing
[74] Fix | Delete
[75] Fix | Delete
1. Fork the Project
[76] Fix | Delete
[77] Fix | Delete
2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org/download/))
[78] Fix | Delete
[79] Fix | Delete
3. Install Development Dependencies
[80] Fix | Delete
[81] Fix | Delete
``` sh
[82] Fix | Delete
composer install
[83] Fix | Delete
```
[84] Fix | Delete
[85] Fix | Delete
4. Create a Feature Branch
[86] Fix | Delete
[87] Fix | Delete
5. (Recommended) Run the Test Suite
[88] Fix | Delete
[89] Fix | Delete
``` sh
[90] Fix | Delete
vendor/bin/phpunit
[91] Fix | Delete
```
[92] Fix | Delete
6. (Recommended) Check whether your code conforms to our Coding Standards by running
[93] Fix | Delete
[94] Fix | Delete
``` sh
[95] Fix | Delete
vendor/bin/phing -f build/build.xml sniff
[96] Fix | Delete
```
[97] Fix | Delete
[98] Fix | Delete
7. Send us a Pull Request
[99] Fix | Delete
[100] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function