Files
podman/vendor/github.com/containers/luksy
tomsweeneyredhat c72102d1b2 Bump Buidah to v1.42.0 for Podman v5.7
Vendor Buildah v1.42.0 into Podman for v5.7.0.
This will also drag in:

go.podman.io/common v0.66.0
go.podman.io/image v5.38.0
go.podman.io/storage v1.61.0

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-10-22 13:51:32 -04:00
..
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
2023-09-14 11:20:48 +02:00
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.