CyberChef
CyberChef copied to clipboard
Feature request: RSA Decrypt, output hex
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
Describe the solution you'd like
Add an option to output hex,
https://github.com/gchq/CyberChef/blob/master/src/core/operations/RSADecrypt.mjs#L78
forge.util.bytesToHex(dMsg) will give the hex value