usdAG / cstc

CSTC is a Burp Suite extension that allows request/response modification using a GUI analogous to CyberChef

Home Page:https://herolab.usd.de/news-cyber-security-transformation-chef/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES Decryption Problem

abdilahrf opened this issue · comments

Hi there,

I am trying to use AES Decryption with ECB Mode but the problem is i cannot leave the IV Field to empty and for ECB Mode it doesn't require IV I dont know if there already workaround for this

image

Issue is fixed on the development branch. However, notice that there is a general problem how cstc operates on raw bytes (see issue #5 for more details). Encryption and Decryption should work fine for cstc internally, but external apps might get problems with the encoding. We will fix that soon.

Thanks for Reporting :)