1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-11 00:29:44 +01:00
tgseclib/phpseclib/Crypt
terrafrost f6e0c4b506 Crypt: add OpenSSL support
aside from the addition of OpenSSL support a few other changes have been included:

- setEngine(), as added by petrich, is depricated (not that it was ever in trunk to begin with)
  it has been replaced with isValidEngine() and setPreferredEngine().
- replace _generate_xor() with increment_str()
  _increment_str() had extra functionality that wasn't being used. ie. it could concatenate
  multiple successive string increments to one another automatically. but not only was that
  functionality not used - it also made the function less versatile. _increment_str() can be
  used more easily for iterative brute forcing (for example)
- rename Crypt_Base::_stringShift to Crypt_Base::_string_shift (for consistency)
- more expansive unit test coverage
2014-11-29 07:39:21 -06:00
..
AES.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
Base.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
Blowfish.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
DES.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
Hash.php Hash: add sha256-96 and sha512-96 2014-08-05 23:27:11 -05:00
Random.php phpseclib_is_includable() -> phpseclib_resolve_include_path() 2014-06-19 14:57:09 +02:00
RC2.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
RC4.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
Rijndael.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
RSA.php RSA: update unit test 2014-09-09 00:28:38 -05:00
TripleDES.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
Twofish.php Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00