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

Feature request: RSA Decrypt, output hex #1787

Open
larshp opened this issue Apr 9, 2024 · 0 comments
Open

Feature request: RSA Decrypt, output hex #1787

larshp opened this issue Apr 9, 2024 · 0 comments
Labels

Comments

@larshp
Copy link

larshp commented Apr 9, 2024

Is your feature request related to a problem? Please describe.
Using the "RSA Decrypt" operation, it gives an error when converting to UTF8, however I'm interested in the raw bytes

image

Describe the solution you'd like
Add an option to output hex,
image

https://github.com/gchq/CyberChef/blob/master/src/core/operations/RSADecrypt.mjs#L78
forge.util.bytesToHex(dMsg) will give the hex value

@larshp larshp added the feature label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant