CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Feature request: RSA Decrypt, output hex

Open larshp opened this issue 1 year ago • 0 comments

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 avatar Apr 09 '24 10:04 larshp