spiegel_podman/vendor/github.com/containers/luksy
Aditya R 64ff149324
vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85
Signed-off-by: Aditya R <arajan@redhat.com>
2023-10-16 11:55:53 +05:30
..
.cirrus.yml vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
.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 vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
Dockerfile bump buildah to latest 2023-09-14 11:20:48 +02:00
encrypt.go vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
encryption.go vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
LICENSE bump buildah to latest 2023-09-14 11:20:48 +02:00
luks.go vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
Makefile vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
OWNERS vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85 2023-10-16 11:55:53 +05:30
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.