1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 12:44:38 +01:00
tgseclib/phpseclib/Crypt
2011-03-19 03:32:22 +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 - changed $fp to $urandom (thanks, Ben!) 2011-02-08 05:16:11 +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 - fixed a bug that could prevent _emsa_pss_verify from working in rare circumstances (thanks Lesque!) 2011-03-19 03:32:22 +00:00
TripleDES.php - rm some legacy code and make Crypt_TripleDES better handle short keys 2010-12-02 04:59:46 +00:00