An open API service indexing awesome lists of open source software.

https://github.com/ripta/kcu

Key Conversion Utility - convert JWK to PEM
https://github.com/ripta/kcu

cli converter crypto golang jwk pem

Last synced: 8 months ago
JSON representation

Key Conversion Utility - convert JWK to PEM

Awesome Lists containing this project

README

          

kcu, the key conversion utility

Install:

```
go install github.com/ripta/kcu/cmd/kcu
```

Use:

```
cat jwk.json | kcu
```