mirror of
https://github.com/containers/podman.git
synced 2025-12-10 15:47:46 +08:00
Also includes a small change to make us of https://github.com/containers/buildah/pull/5039 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
11 lines
696 B
Markdown
11 lines
696 B
Markdown
luksy: offline encryption/decryption using LUKS formats [](https://cirrus-ci.com/github/containers/luksy/main)
|
|
-
|
|
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.
|