1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer 8ba3dd0846 Merge branch 'master' into php5
* master:
  Crypt/Base: readability improvement
  RSA: CS adjustments
  RSA: rename PUBLIC_FORMAT_PKCS1_RAW -> PUBLIC_FORMAT_PKCS8
  RSA: add PKCS8 unit tests
  RSA: add support for saving encrypted PKCS8 keys
  Crypt/Base: adjust default key size for pbkdf1
  RSA: add support for loading PKCS8 encrypted private keys
  Crypt/Base: add support for pbkdf1
  RSA: add support for saving to PKCS8 (unencrypted)
2014-06-17 00:36:54 +02:00
..
AES.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Base.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02:00
Blowfish.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
DES.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Hash.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Random.php Adjust documentation to coding guidelines: No () around include. 2014-06-01 23:28:49 +02:00
RC2.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
RC4.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Rijndael.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
RSA.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02:00
TripleDES.php HHVM does not like it when we call an non-existent parent constructor. 2014-06-16 22:18:19 +02:00
Twofish.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00