Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 791 Bytes

File metadata and controls

26 lines (18 loc) · 791 Bytes

Clevis Go

GitHub Release GitHub Release Date

This is a front-end for the anatol/clevis.go module, providing a CLI interface that attempts to be a Go implementation of latchset/clevis.
The benefits over the original version being statically-linked binaries for cross platform usage without dependency libraries.

Usage

# encrypting
clevis encrypt PIN CONFIG < PLAINTEXT > CIPHERTEXT.jwe

# decrypting
clevis decrypt < CIPHERTEXT.jwe > PLAINTEXT

See the Clevis repo for PINS and CONFIG parameters.

Building

make build