spiegel_podman/vendor/github.com/containers/luksy
Paul Holzinger 2c2299ad85
bump buildah to latest
Also includes a small change to make us of
https://github.com/containers/buildah/pull/5039

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-09-14 11:20:48 +02:00
..
.cirrus.yml bump buildah to latest 2023-09-14 11:20:48 +02:00
.dockerignore bump buildah to latest 2023-09-14 11:20:48 +02:00
.gitignore bump buildah to latest 2023-09-14 11:20:48 +02:00
decrypt.go bump buildah to latest 2023-09-14 11:20:48 +02:00
Dockerfile bump buildah to latest 2023-09-14 11:20:48 +02:00
encrypt.go bump buildah to latest 2023-09-14 11:20:48 +02:00
encryption.go bump buildah to latest 2023-09-14 11:20:48 +02:00
LICENSE bump buildah to latest 2023-09-14 11:20:48 +02:00
luks.go bump buildah to latest 2023-09-14 11:20:48 +02:00
Makefile bump buildah to latest 2023-09-14 11:20:48 +02:00
README.md bump buildah to latest 2023-09-14 11:20:48 +02:00
tune.go bump buildah to latest 2023-09-14 11:20:48 +02:00
v1header.go bump buildah to latest 2023-09-14 11:20:48 +02:00
v2header.go bump buildah to latest 2023-09-14 11:20:48 +02:00
v2json.go bump buildah to latest 2023-09-14 11:20:48 +02:00

luksy: offline encryption/decryption using LUKS formats Cirrus CI Status

luksy implements encryption and decryption using LUKSv1 and LUKSv2 formats. Think of it as a clunkier cousin of gzip/bzip2/xz that doesn't actually produce smaller output than input, but it encrypts, and that's nice.

  • The main goal is to be able to encrypt/decrypt when we don't have access to the Linux device mapper. Duplicating functions of cryptsetup that it can perform without accessing the Linux device mapper is not a priority.
  • If you can use cryptsetup instead, use cryptsetup instead.