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

Need rsa implementation

Margular opened this issue · comments

need rsa implementation

Could you please specify some more details what you need and how it should look like?

The same as aes except that the algorithm is rsa, because I encountered a situation where the client is encrypted with rsa. At this time, if the plugin implements rsa, you can easily modify the content.

Ah okay, I think I get your point. So the operation should take a public key on the file system and use it for encryption? There are several ways to do this. Have to check how to implement it in a generic way, but I guess it can (and will) be done.

Thank you very much, I think a lot of people need this feature

Implemented on the develop branch. However, not really tested in depth. If you encounter any problems, just report them ;)

Was merged to master