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.
# encrypting
clevis encrypt PIN CONFIG < PLAINTEXT > CIPHERTEXT.jwe
# decrypting
clevis decrypt < CIPHERTEXT.jwe > PLAINTEXT
See the Clevis repo for PINS and CONFIG parameters.
make build