gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
28.56k stars 3.22k forks source link

Feature request: Output generated RSA keys as JSON Web Key #1798

Open cplussharp opened 5 months ago

cplussharp commented 5 months ago

Is your feature request related to a problem? Please describe. the current output format "JSON" of the RSA key generation is no really useful and must always be transformed first

Describe the solution you'd like Output the keys as JSON Web Key, so they can be used directly by other applications

Describe alternatives you've considered transforming the PEM format to JWK

cplussharp commented 5 months ago

1797 fixes this