Skip to content

derekn/clevis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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