https://github.com/derekn/clevis
Clevis front-end written in Go
https://github.com/derekn/clevis
clevis go golang tang
Last synced: 12 months ago
JSON representation
Clevis front-end written in Go
- Host: GitHub
- URL: https://github.com/derekn/clevis
- Owner: derekn
- License: gpl-3.0
- Created: 2023-04-16T03:14:46.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T00:05:40.000Z (about 1 year ago)
- Last Synced: 2025-06-27T21:44:39.759Z (12 months ago)
- Topics: clevis, go, golang, tang
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clevis Go


This is a front-end for the [anatol/clevis.go](https://github.com/anatol/clevis.go) module, providing a CLI interface
that attempts to be a Go implementation of [latchset/clevis](https://github.com/latchset/clevis).
The benefits over the original version being statically-linked binaries for cross platform usage without dependency libraries.
## Usage
```shell
# encrypting
clevis encrypt PIN CONFIG < PLAINTEXT > CIPHERTEXT.jwe
# decrypting
clevis decrypt < CIPHERTEXT.jwe > PLAINTEXT
```
See the [Clevis](https://github.com/latchset/clevis) repo for PINS and CONFIG parameters.
## Building
```bash
make build
```