golang-github-containers-luksy 0.0~git20240812.2e7307c+ds1-1 source package in Ubuntu
Changelog
golang-github-containers-luksy (0.0~git20240812.2e7307c+ds1-1) unstable; urgency=medium * New upstream release * Bump Standards-Version -- Reinhard Tartler <email address hidden> Sun, 01 Sep 2024 20:00:51 -0400
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Experimental
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-containers-luksy_0.0~git20240812.2e7307c+ds1-1.dsc | 2.8 KiB | 05edd63c2a9583fe0deacbc6a64a50ed51bd27b792a8f3f28aec469c19f5282c |
golang-github-containers-luksy_0.0~git20240812.2e7307c+ds1.orig.tar.xz | 23.7 KiB | 43c17c21f1633ea2d2d680b0cd935070cee23e9b213db712609e80f2079b24bd |
golang-github-containers-luksy_0.0~git20240812.2e7307c+ds1-1.debian.tar.xz | 2.6 KiB | d02310b884e2837ce870b0944e4bd620991315964181707535a7bbf853fc2ec3 |
Available diffs
No changes file available.
Binary packages built by this source
- golang-github-containers-luksy-dev: offline encryption/decryption using LUKS formats (library)
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 without the Linux device
mapper. Duplicating functions of cryptsetup that it can perform without
accessing the Linux device mapper is not a priority.
.
This package ships library source code intended for building depndant
software packages
- luksy: offline encryption/decryption using LUKS formats (program)
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 without 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 cryptsetup, you should use that instead.
- luksy-dbgsym: debug symbols for luksy