1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-04 18:48:37 +01:00
tgseclib/phpseclib/Crypt
2010-12-04 14:48:06 +00:00
..
AES.php - AES should try to auto-predict the size of keys when the size isn't specified; last update interfered with that 2010-12-02 03:38:22 +00:00
DES.php - keys should now be null padded if they're too short 2010-12-01 05:09:01 +00:00
Hash.php - change license to the less restrictive MIT license (if people want to modify phpseclib and distribute binaries of it [whatever that means for PHP] without including the source code I don't care); two of the three PHP_Compat stuff still uses the LGPL since I didn't author them but they're only needed, anyway, if you're using phpseclib on PHP4. 2010-11-13 19:28:20 +00:00
Random.php - change license to the less restrictive MIT license (if people want to modify phpseclib and distribute binaries of it [whatever that means for PHP] without including the source code I don't care); two of the three PHP_Compat stuff still uses the LGPL since I didn't author them but they're only needed, anyway, if you're using phpseclib on PHP4. 2010-11-13 19:28:20 +00:00
RC4.php - change license to the less restrictive MIT license (if people want to modify phpseclib and distribute binaries of it [whatever that means for PHP] without including the source code I don't care); two of the three PHP_Compat stuff still uses the LGPL since I didn't author them but they're only needed, anyway, if you're using phpseclib on PHP4. 2010-11-13 19:28:20 +00:00
Rijndael.php - the ciphertext wasn't being null padded correctly when it wasn't a multiple of the block size (thanks Elledan!) 2010-12-04 14:48:06 +00:00
RSA.php - rm debug code 2010-11-20 02:13:39 +00:00
TripleDES.php - rm some legacy code and make Crypt_TripleDES better handle short keys 2010-12-02 04:59:46 +00:00