clevis.go icon indicating copy to clipboard operation
clevis.go copied to clipboard

Pure Golang implementation of clevis encryption framework

Results 5 clevis.go issues
Sort by recently updated
recently updated
newest added

I have noticed that the package `clevis-extra-pins-git` on Arch Linux includes the YubiKey functionality from this repo, which can be used to [unlock a disk during boot](https://old.reddit.com/r/archlinux/comments/os9d66/booster_06_release_now_with_yubikey_support/). It would be...

Currently clevis uses json to store its encrypted data. It also uses base64 encoding a lot. So clevis has a lot of binary->base64->json->base64->... conversions. It adds quite a lot of...

Every time I create or update a PR, the workflow fails to run. Example: https://github.com/anatol/clevis.go/actions/runs/1021199605

It is a counterpart for the upstream issue https://github.com/latchset/clevis/issues/245 Some computers (e.g. Lenovo Thinkpad X1 Yoga) have a built in fingerprint sensor. This would be a good candidate for a...

After struggling and failing (so far!) to build the original clevis from source because the available built version under Ubuntu is too old, I found this project. Unfortunately it does...