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
Reading the source of cipherModes.js and doing a few tests, AES-ECB and AES-CBC seems to use PKCS7 as default padding.
In my opinion, it would be a welcome addition to the documentation since any encrypt or decrypt operation from a third party using another implementation may require those parameters to build the appropriate cipher instance.
The text was updated successfully, but these errors were encountered:
Reading the source of cipherModes.js and doing a few tests, AES-ECB and AES-CBC seems to use PKCS7 as default padding.
In my opinion, it would be a welcome addition to the documentation since any encrypt or decrypt operation from a third party using another implementation may require those parameters to build the appropriate cipher instance.
The text was updated successfully, but these errors were encountered: