Delphi how to create JSON Web Keys (jwk)

258 views Asked by At

Delphi 10.4.1

I am developing a REST application for which I am required to create RSA/RS256 keys and publish my public key in jwk format service.

Does anyone know how to generate jwk keys or convert an RSA key set to jwk format.

The only utility I can find that does this is the Chilkat suite...

Help and suggestions will be greatly appreciated

0

There are 0 answers