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
- Host: GitHub
- URL: https://github.com/ripta/kcu
- Owner: ripta
- License: mit
- Created: 2019-05-14T03:59:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T05:31:57.000Z (over 6 years ago)
- Last Synced: 2025-02-16T09:43:03.769Z (8 months ago)
- Topics: cli, converter, crypto, golang, jwk, pem
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```