You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DES and AES are using PKCS#7 padding all the time, even if the original data is not padded. That's causing Unable to decrypt input with these parameters. in the CyberChef.
We can add a new option for user to specify the padding method.
The text was updated successfully, but these errors were encountered:
NyaMisty
changed the title
Feature request: add padding option to
Feature request: add padding option to block ciphers
Jun 11, 2019
Summary
The DES and AES are using PKCS#7 padding all the time, even if the original data is not padded. That's causing
Unable to decrypt input with these parameters.
in the CyberChef.We can add a new option for user to specify the padding method.
The text was updated successfully, but these errors were encountered: