Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation request: Improve padding support in cipher operations #416

Closed
n1474335 opened this issue Nov 20, 2018 · 2 comments
Closed

Operation request: Improve padding support in cipher operations #416

n1474335 opened this issue Nov 20, 2018 · 2 comments

Comments

@n1474335
Copy link
Member

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.

@owlstead
Copy link

owlstead commented Jan 3, 2022

Oh, wow, finding this completely destroyed my confidence in Cyberchef. My goodness, that's a sad state, a utility knife that just has scissors.

@n1474335
Copy link
Member Author

NoPadding options have been added for CBC and ECB modes in AES, DES and Triple DES Decrypt operations in v9.37.0 #1189

BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this issue May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants