mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-04 02:27:52 +01:00
c8281dd4a3
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). |
||
---|---|---|
.. | ||
Crypt | ||
File | ||
Math/BigInteger | ||
Net |