CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

New Operations: JWK conversion from/to PEM

Open cplussharp opened this issue 3 years ago • 2 comments

Transforms a key in PEM format to a JSON Web key or a JWK back to its PEM format

cplussharp avatar Nov 19 '21 17:11 cplussharp

Updated to current sources, added some more tests and fixed some conversion problems

cplussharp avatar Sep 17 '22 01:09 cplussharp

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

cplussharp avatar Oct 06 '23 19:10 cplussharp

Rebased to the current master sources. This fixes #1794

cplussharp avatar Apr 13 '24 11:04 cplussharp

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.

a3957273 avatar Apr 13 '24 19:04 a3957273