1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/phpseclib/Crypt
2012-05-14 18:20:11 +00:00
..
AES.php - if the algorithm is not supported upon mcrypt's initial initialization use the internal implementation 2012-05-14 01:21:21 +00: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 - add blinded rsa equality test (thanks singpolyma!) 2012-05-05 23:57:30 +00:00
TripleDES.php - if the algorithm is not supported upon mcrypt's initial initialization use the internal implementation 2012-05-14 01:21:21 +00:00