1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/phpseclib/Crypt
2012-06-08 15:38:27 -04:00
..
AES.php Add Composer support to phpseclib 2012-06-08 15:38:27 -04:00
DES.php - if the algorithm is not supported upon mcrypt's initial initialization use the internal implementation 2012-05-14 01:21:21 +00:00
Hash.php - make setHash non case sensitive (thanks e1ven!) 2011-12-14 13:36:31 +00:00
Random.php - !== is faster than != 2011-11-24 19:03:56 +00:00
RC4.php - $this->mcrypt was removed in a commit from yesterday 2012-05-14 18:20:11 +00:00
Rijndael.php - the key has to be truncated before setKey() is called or else it'll be rounded up to the nearest key size - not down 2011-11-25 00:11:19 +00:00
RSA.php [topic/40730] Use strlen() instead of count() in function _equals() of Crypt_RSA. 2012-06-06 13:12:48 +02:00
TripleDES.php Add Composer support to phpseclib 2012-06-08 15:38:27 -04:00