Skip to content

viilveer/phpseclib

This branch is 3355 commits behind phpseclib/phpseclib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94fdbba · Dec 24, 2015
Jul 17, 2015
Dec 24, 2015
Dec 24, 2015
Dec 14, 2015
Jun 11, 2012
Nov 23, 2013
Dec 14, 2015
Sep 15, 2015
Aug 4, 2015
Nov 23, 2013
Nov 19, 2015
Sep 16, 2015
Sep 16, 2015
Jun 1, 2014

Repository files navigation

phpseclib - PHP Secure Communications Library

Build Status

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

PEAR Channel

PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)

Documentation

Support

Need Support?

Installing Development Dependencies

Dependencies are managed via Composer.

  1. Download the composer.phar executable as per the Composer Download Instructions, e.g. by running

    curl -sS https://getcomposer.org/installer | php
  2. Install Dependencies

    php composer.phar install

Contributing

  1. Fork the Project

  2. Install Development Dependencies

  3. Create a Feature Branch

  4. (Recommended) Run the Test Suite

    vendor/bin/phpunit
  5. (Recommended) Check whether your code conforms to our Coding Standards by running

    vendor/bin/phing -f build/build.xml sniff
  6. Send us a Pull Request

About

PHP Secure Communications Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.7%
  • Shell 0.3%