1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer f807d8799e Merge pull request #370 from terrafrost/pkcs8
RSA: add support for PKCS8 encoded private keys

* terrafrost/pkcs8:
  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 Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
Base.php Crypt/Base: readability improvement 2014-06-16 09:57:04 -05:00
Blowfish.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
DES.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
Hash.php Adjust documentation to coding guidelines: No () around include. 2014-06-01 23:28:49 +02:00
Random.php Adjust documentation to coding guidelines: No () around include. 2014-06-01 23:28:49 +02:00
RC2.php RC2: speed-ups and CS changes 2014-06-13 16:30:12 -05:00
RC4.php RC4: speedups 2014-06-16 09:19:14 -05:00
Rijndael.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
RSA.php RSA: CS adjustments 2014-06-13 13:17:37 -05: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 Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00