https://github.com/containers/luksy
offline encryption/decryption using LUKS formats
https://github.com/containers/luksy
Last synced: 2 months ago
JSON representation
offline encryption/decryption using LUKS formats
- Host: GitHub
- URL: https://github.com/containers/luksy
- Owner: containers
- License: apache-2.0
- Created: 2023-07-12T15:29:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T17:42:17.000Z (2 months ago)
- Last Synced: 2025-04-08T18:36:09.574Z (2 months ago)
- Language: Go
- Size: 3.37 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.