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
Currently the cipher operations (AES, DES, 3DES, RC2 etc.) support PKCS#7 padding when in CBC and ECB modes. It would be useful to have more fine-grain control over this with the option to use null padding, or other schemes.
The text was updated successfully, but these errors were encountered:
Summary
Currently the cipher operations (AES, DES, 3DES, RC2 etc.) support PKCS#7 padding when in CBC and ECB modes. It would be useful to have more fine-grain control over this with the option to use null padding, or other schemes.
The text was updated successfully, but these errors were encountered: