Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

phpseclib

Develops and provides support for phpseclib
Collective - https://opencollective.com/phpseclib - Website: https://phpseclb.com - Code: https://github.com/phpseclib

- fixed a bug in isPrime (thanks greyhoundx!)

- Net_SSH2::exec() should now be faster
- better channel management

git-svn-id: http://phpsecli...

github.com/phpseclib/phpseclib-php5 - 99c0e29fdfa0f0f88f5430c8c912b72cdb55d343 authored about 15 years ago by Jim Wigginton <[email protected]>
_mgf1() shouldn't be using $this->hLen

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@69 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 8379f46a77700d81ee538bc5f48fc6e008549777 authored about 15 years ago by Jim Wigginton <[email protected]>
- loadKey returns false on failure and true on success (thanks, seriksen!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@68 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 315dec9dc5f42d905b83099d51f61a4292de7eb2 authored about 15 years ago by Jim Wigginton <[email protected]>
- an inability to unpad doesn't necessarily mean that padding is enabled when it shouldn't be - it might also mean that the key being used is the wrong one.

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@67 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 9bd3c793d3ceb5a0f32900aa83eb58e9f549e356 authored about 15 years ago by Jim Wigginton <[email protected]>
typo

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@66 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 793a3558623a519ad1067923631e1b3f4e7a7bb1 authored about 15 years ago by Jim Wigginton <[email protected]>
$this->publicKey -> $this->publicExponent

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@65 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - a7a41ff610d9a4c1984b203c1efd57a23f319207 authored about 15 years ago by Jim Wigginton <[email protected]>
- toBits() didn't limit the size of the output when the precision was set

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@64 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 2da66fdd243a76cff08269c8a42ff634fd67a597 authored about 15 years ago by Jim Wigginton <[email protected]>
- typo

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@63 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 4fb22b711a488dfc325fe6af844a71c314c50cad authored about 15 years ago by Jim Wigginton <[email protected]>
- added Crypt_RSA

- added RSA public key authentication to Net_SSH2

git-svn-id: http://phpseclib.svn.sourceforge....

github.com/phpseclib/phpseclib-php5 - a882a3a41f6596c12aadf8d098c64893a3965c3f authored about 15 years ago by Jim Wigginton <[email protected]>
- fixed a bug in mkdir() that'd result in some Warnings

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@61 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - ec75e4fc3284705e6be6a80063ced081cc714db7 authored about 15 years ago by Jim Wigginton <[email protected]>
- $server_cookie can be assigned directly

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@60 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 9336c7f20d497aa3d51024014b399149e60176b2 authored about 15 years ago by Jim Wigginton <[email protected]>
- when uploading a file that already exists on the server, the file on the server is now truncated to zero (thanks, guir!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@59 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 5d1f459db75d497b24e228ec1a17673108e35c50 authored about 15 years ago by Jim Wigginton <[email protected]>
- added a missing break

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@58 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 239f48cc6c5c8ee124239da3c198a5f0757317c0 authored about 15 years ago by Jim Wigginton <[email protected]>
- rm bin2hex() call in _md2()

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@57 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 4fd4601ed8252dadffffb06a9aececd2ea75f788 authored about 15 years ago by Jim Wigginton <[email protected]>
- replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!)

- added pure-php implementations of md2, sha256, and sha512 to Crypt_Hash
- added setPrecision() ...

github.com/phpseclib/phpseclib-php5 - a4e72f7811589135fcfcdced34fc859d3ffd13eb authored about 15 years ago by Jim Wigginton <[email protected]>
- fixed a few E_NOTICE errors

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@55 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - d7da8972abd5973283813bed05c735505287e8ca authored about 15 years ago by Jim Wigginton <[email protected]>
- accommodate new Math_BigInteger updates

- fix a typo in Crypt_Rijndael's comments

git-svn-id: http://phpseclib.svn.sourceforge.net/svnr...

github.com/phpseclib/phpseclib-php5 - f50e880c416fb6831d64eb6a87e28d5677204500 authored about 15 years ago by Jim Wigginton <[email protected]>
- speed improvements

- added several new functions: isPrime(), randomPrime(), setRandomGenerator(), equals(), and toHe...

github.com/phpseclib/phpseclib-php5 - 839ea8c18b8f2dc609e81570840bb5b2a6e1aaa6 authored about 15 years ago by Jim Wigginton <[email protected]>
- fixed an error where, under rare conditions, addition could yield bad results

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@52 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 672390d15990c6ebb053c7e077b713ac39c8e9d1 authored about 15 years ago by Jim Wigginton <[email protected]>
- getLog() returns additional debug info

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@51 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - bf6787dd0770deff086e5740f82d3bf75c795487 authored about 15 years ago by Jim Wigginton <[email protected]>
- fixed a bug involving server / client channel assignments

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@50 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 1284a0d7d8494cae26daffbfc849100037824336 authored about 15 years ago by Jim Wigginton <[email protected]>
- small cosmetic issues

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@49 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 65119f79d7a501a80fa1755143e5904ac0d53ebe authored about 15 years ago by Jim Wigginton <[email protected]>
- apparently some systems can't handle floating point numbers defined directly (thanks, sjarkie!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@48 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 91a9079cf979b5011c8249f5b46ae47516412ffd authored about 15 years ago by Jim Wigginton <[email protected]>
- fixed an issue where by the modulos used in diffie-hellman key exchange could be off (thanks, sjarkie!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@47 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 8b1265d27c29de3ed66abe157af0f753a0223e71 authored over 15 years ago by Jim Wigginton <[email protected]>
- better packet handling

- (hopefully) faster SFTP uploads

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phps...

github.com/phpseclib/phpseclib-php5 - 6516ba29a61d94589407e29e0d435825ffc8ac83 authored over 15 years ago by Jim Wigginton <[email protected]>
- fixed two E_NOTICE errors in Math_BigInteger (thanks, arr2036!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@45 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 23c41a60e861e29de264ea07c402eadb97aedb34 authored over 15 years ago by Jim Wigginton <[email protected]>
- fixed another potential E_NOTICE error (thanks, Wang Xiaoguang!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@44 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 84cffb3c0241e005b8bcfc6761db37aa82affeec authored over 15 years ago by Jim Wigginton <[email protected]>
- logs now contain timing information

- fixed a potential E_NOTICE error (thanks, Wang Xiaoguang!)

git-svn-id: http://phpseclib.svn.s...

github.com/phpseclib/phpseclib-php5 - df8844d12b8efb31db2365977db5dd2717feed4e authored over 15 years ago by Jim Wigginton <[email protected]>
- fixed two E_NOTICE issues (thanks, amer and inventor!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@42 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 5025807abf2e5f8e8985701794474df95483d27d authored over 15 years ago by Jim Wigginton <[email protected]>
- fixed a few bad constants (thanks, YeongGwon Jeong!)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@41 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - a90471b937f2ef67ab4713604ef38d61ed7307c6 authored over 15 years ago by Jim Wigginton <[email protected]>
- Net_SFTP now has better support for uploading large files than it did before, per this:

http://www.frostjedi.com/phpbb/viewtopic.php?f=46&t=10415

git-svn-id: http://phpseclib.svn.sou...

github.com/phpseclib/phpseclib-php5 - d6339e014f6f540239528097b9c2b974280e7b46 authored over 15 years ago by Jim Wigginton <[email protected]>
- 0x7777 -> 07777

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@39 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 039cd313eef41d9a8459fc456a5f8320ec50364b authored over 15 years ago by Jim Wigginton <[email protected]>
- Net_SFTP::chmod() called an undefined function

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@38 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 23bfbd6a29b48e72756e7a2647de909c8b064cb6 authored over 15 years ago by Jim Wigginton <[email protected]>
- Net_SSH2::login() didn't always return true when it should have

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@37 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - d1cacdf86f7c265ab0915e58449dad914e19ca64 authored over 15 years ago by Jim Wigginton <[email protected]>
- attempting to connect to an invalid host yielded an inappropriate number of errors

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@36 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 41784adbc7e85fe8db01cb70043a4f2f9754da11 authored over 15 years ago by Jim Wigginton <[email protected]>
- xor swap doesn't work when you're swapping elements with themselves

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@35 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - ed39f723c9e9cefb93f6d8b2921acc20323c9a92 authored over 15 years ago by Jim Wigginton <[email protected]>
- Crypt_Rijndael has issues when setKey() isn't called, as well

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@34 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - c17f22ead99feef8c8974be78030af0767abf7df authored over 15 years ago by Jim Wigginton <[email protected]>
- cosmetic changes to the code

- encryption should work even when setKey() isn't called
- padding wasn't always done when it sho...

github.com/phpseclib/phpseclib-php5 - 9194759d58a75169ae9001872e61e37184466722 authored over 15 years ago by Jim Wigginton <[email protected]>
- added SFTP support

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@32 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - d365b7a587afc7cb1712c4865fd48e9973a33f5d authored over 15 years ago by Jim Wigginton <[email protected]>
- added support for 'none' encryption

- fixed a bug that would cause large ssh packets to error out
- added placeholders for compressio...

github.com/phpseclib/phpseclib-php5 - 0258f565b58a974e0e0ef6589af293c8de08fa02 authored over 15 years ago by Jim Wigginton <[email protected]>
- removed debug code

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@30 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 3d88765f1d35898602dd7c21f87024d4eaa9d222 authored over 15 years ago by Jim Wigginton <[email protected]>
- fixed a bug in getLog()

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@29 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - ce238827fd1ff51149e6cb242e431aac28174377 authored over 15 years ago by Jim Wigginton <[email protected]>
- precission -> precision (php.net bug # 16027)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@28 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 8b02a6bf551a037511b01d93a1b70baecec7cb1e authored over 15 years ago by Jim Wigginton <[email protected]>
added Net_SSH2::getLog()

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@27 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - f65f2983b7e997a56daee3f1218bac20e2be162d authored over 15 years ago by Jim Wigginton <[email protected]>
- "Some systems may not implement signals, in which case they SHOULD ignore [them]."

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@26 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - c369990f77e741776f36c359e4e77c5377db8909 authored over 15 years ago by Jim Wigginton <[email protected]>
- update phpDoc comments for Net_SSH1::interactiveRead()

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@25 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 01ddc53c6d1c9acfe58e95714d1bb98a41205844 authored almost 16 years ago by Jim Wigginton <[email protected]>
$x & 3 == 1 is the same thing as $x & (3 == 1) per php's order of precidence

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@24 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 1eb6ac05c0ae5a5f7df29daf0f7bb5f4d345b790 authored almost 16 years ago by Jim Wigginton <[email protected]>
- fix E_NOTICE notices

- renamed hmac() -> hash() in SSH2.php

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot...

github.com/phpseclib/phpseclib-php5 - 736bfab276d7eb799a2d7733a3139216d49dc2c7 authored almost 16 years ago by Jim Wigginton <[email protected]>
- forgot to add AES

- added __toString() to BigInteger.php (thanks, Techie-Michael!)

git-svn-id: http://phpseclib.s...

github.com/phpseclib/phpseclib-php5 - a8e70cbaa54234d466afdbf6d15d7af1751ce3eb authored almost 16 years ago by Jim Wigginton <[email protected]>
- [bug] Crypt_Rijndael calculated IVs incorrectly

- [new] renamed Crypt_HMAC to Crypt_Hash and revised the API
- [new] added Crypt_AES
- [new] adde...

github.com/phpseclib/phpseclib-php5 - 39de68ab488f9854ea0d765d3f99741976c8459d authored almost 16 years ago by Jim Wigginton <[email protected]>
- pure-PHP implementation of Rijndael

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@20 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - c30f3b7e9a73c6579e0b6fa1f99d9cbcaea5ae28 authored almost 16 years ago by Jim Wigginton <[email protected]>
- if padding is disabled and the length of the text-to-be-encrypted isn't a multiple of the block size, padding will be automatically enabled

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@19 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - a78d7df66031ee1be64cfab2f8a4ea29f6be182a authored over 16 years ago by Jim Wigginton <[email protected]>
- fixed a bug whereby a second Net_SSH2() object couldn't be created (the sequence numbers weren't being reset)

- fixed a bug whereby SSH_MSG_DISCONNECT messages wouldn't be handled correctly
- other small cha...

github.com/phpseclib/phpseclib-php5 - 69c639d8454e99ecaa0a8583aa5c2311fd440220 authored over 16 years ago by Jim Wigginton <[email protected]>
- replaced "\t" with " "

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@17 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 01c841a0a05726af563ecf7c6982159fee7a40ce authored over 16 years ago by Jim Wigginton <[email protected]>
- pack should be unpack

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@16 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 943f32919751eca1286e1697d5e7fca244fefd4a authored over 16 years ago by Jim Wigginton <[email protected]>
- updated comment

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@15 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 081ee34e392cff4409d9bfa2a34f12416b2f99bb authored over 16 years ago by Jim Wigginton <[email protected]>
- fix phpdoc comment for _disconnect function

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@14 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - ad5bc5a1ef510a9ed89deeb4ca60c25985d92a52 authored over 16 years ago by Jim Wigginton <[email protected]>
*** empty log message ***

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@13 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 148178da63aa8856a3d7578ac1792f7d6cb21c37 authored over 16 years ago by Jim Wigginton <[email protected]>
- added $timeout variable

- added destructor to Net_SSH2

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpsecl...

github.com/phpseclib/phpseclib-php5 - 81413b9da0abd16be7a172e2b56a8af8122d95c9 authored over 16 years ago by Jim Wigginton <[email protected]>
- fixed a bug discovered by MarkDHamill (see http://www.frostjedi.com/phpbb/viewtopic.php?f=46&t=9796)

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@11 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 6101b23a329e87ec22709530a7408c2b1078a338 authored over 16 years ago by Jim Wigginton <[email protected]>
- fixed php.net bug 13324 - Method BigInteger::bitwise_or produces wrong result

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@10 21d32557-59b3-4da0-...

github.com/phpseclib/phpseclib-php5 - 2dcde34387fd04354fbef647c6741f98a9cffb7e authored almost 17 years ago by Jim Wigginton <[email protected]>
- added sha1-96 and md5-96

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@9 21d32557-59b3-4da0-8...

github.com/phpseclib/phpseclib-php5 - 890ae4db4ab88b716f53461ad541f497124157eb authored about 17 years ago by Jim Wigginton <[email protected]>
- split off some of _get_binary_packet to _filter in SSH2.php

- updated URL to SSH-1 specs in SSH1.php

git-svn-id: http://phpseclib.svn.sourceforge.net/svnro...

github.com/phpseclib/phpseclib-php5 - 79944da3ed3b6d5aee0c92c0a84fdf8f01c9ac20 authored over 17 years ago by Jim Wigginton <[email protected]>
- updated URL

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@7 21d32557-59b3-4da0-8...

github.com/phpseclib/phpseclib-php5 - 29ee82e67b8566898038cd74b3a8a67e1055d545 authored over 17 years ago by Jim Wigginton <[email protected]>
- added exec() to Net_SSH2

- renamed writeReadQuit() to exec() in Net_SSH1

git-svn-id: http://phpseclib.svn.sourceforge.ne...

github.com/phpseclib/phpseclib-php5 - 9a7150d61f6b97f05e7a251451c1e9af22ac13c7 authored over 17 years ago by Jim Wigginton <[email protected]>
- updated to use latest TripleDES.php

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@5 21d32557-59b3-4da0-8...

github.com/phpseclib/phpseclib-php5 - 8be1b1bb5c00189a7fce8cb734810abb09fcb822 authored over 17 years ago by Jim Wigginton <[email protected]>
- added SSH2.php and HMAC.php

- fixed issue with the IV's in TripleDES.php and DES.php
- fixed decryption in TripleDES.php usin...

github.com/phpseclib/phpseclib-php5 - df0fe2386a66e8b9625d254df5488bdf8f172149 authored over 17 years ago by Jim Wigginton <[email protected]>
- initial commit

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@3 21d32557-59b3-4da0-8...

github.com/phpseclib/phpseclib-php5 - 367ddebf805eb0071eb4b9deb3abf7e16866c040 authored over 17 years ago by Jim Wigginton <[email protected]>
Standard project directories initialized by cvs2svn.

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@1 21d32557-59b3-4da0-83...

github.com/phpseclib/phpseclib-php5 - 529f71c108929f68f17df5a98841e570f3b9b8f8 authored over 17 years ago by Jim Wigginton <[email protected]>
initial checkin

git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@2 21d32557-59b3-4da0-83...

github.com/phpseclib/phpseclib-php5 - ec99c5262a6362e688c1d0d955086a5936a6fbb5 authored over 17 years ago by Jim Wigginton <[email protected]>