Subversion Repositories oidplus

Rev

Rev 1261 | Rev 1308 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed

Last modification

Path Last modification Log RSS
[NODE][NODE][NODE][NODE] [DIRECTORY] phpseclib/ 1284  2023-05-18 22:05:03 daniel-marschall Log RSS
[NODE][NODE][NODE][NODE] [FILE] AUTHORS 1042  2022-12-09 22:05:45 daniel-marschall Log RSS
[NODE][NODE][NODE][NODE] [FILE] BACKERS.md 1284  2023-05-18 22:05:03 daniel-marschall Log RSS
[NODE][NODE][NODE][NODE] [FILE] composer.json 1042  2022-12-09 22:05:45 daniel-marschall Log RSS
[NODE][NODE][NODE][NODE] [FILE] LICENSE 827  2022-04-09 18:00:39 daniel-marschall Log RSS
[NODE][NODE][NODE][NODE] [FILE] README.md 874  2022-07-10 12:58:31 daniel-marschall Log RSS

phpseclib - PHP Secure Communications Library

CI Status

Supporting phpseclib

Introduction

MIT-licensed pure-PHP implementations of the following:

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

Documentation

Branches

master

3.0

2.0

1.0

Security contact information

To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.

Support

Need Support?

Special Thanks

Special Thanks to our $50+ sponsors!:

Contributing

  1. Fork the Project
  1. Ensure you have Composer installed (see Composer Download Instructions)
  1. Install Development Dependencies
```sh
composer install
```
  1. Create a Feature Branch
  1. Run continuous integration checks:

composer global require php:^8.1 squizlabs/php_codesniffer friendsofphp/php-cs-fixer vimeo/psalm

phpcs --standard=build/php_codesniffer.xml

php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no

psalm --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format=text

vendor/bin/phpunit --verbose --configuration tests/phpunit.xml

  1. Send us a Pull Request