CyberChef
CyberChef copied to clipboard
New Operations: JWK conversion from/to PEM
Transforms a key in PEM format to a JSON Web key or a JWK back to its PEM format
Updated to current sources, added some more tests and fixed some conversion problems
Rebased to the current sources. Looks like there is something wrong with the UI tests:
An error occurred while creating a new ChromeDriver session: [SessionNotCreatedError] session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 117.0.5938.132 with binary path /usr/bin/google-chrome
Rebased to the current master sources. This fixes #1794
Tried it out with a few JWKs and a few PEMs. This is a nice implementation! Thanks so much for the contribution, apologies it's taken three years to merge this in.