1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-12 09:09:39 +01:00
phpseclib/tests/Unit/Crypt
terrafrost c8281dd4a3 Tests (DES): disable padding for decryption test
When padding is enabled $des->decrypt() will return false with ciphertext's
of invalid length. Which makes sense. Null padding doesn't work when padding
is enabled because 0 isn't a valid PKCS7 padding character (has to be between
1 and the block_length, inclusive).
2014-12-13 15:00:38 -06:00
..
AES Tests: CRYPT_MODE_* -> CRYPT_ENGINE_* in one more place 2014-12-13 14:42:58 -06:00
Hash Change copyright years from roman numeral to decimal numbers. 2014-12-10 00:04:08 +01:00
RSA Change copyright years from roman numeral to decimal numbers. 2014-12-10 00:04:08 +01:00
DES.php Tests (DES): disable padding for decryption test 2014-12-13 15:00:38 -06:00
RandomTest.php Change copyright years from roman numeral to decimal numbers. 2014-12-10 00:04:08 +01:00
RC2.php Tests: update unit tests to use CRYPT_ENGINE_* instead of CRYPT_MODE_* 2014-12-13 14:34:48 -06:00