diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 14:39:15 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 15:13:40 +0200 |
| commit | bf2a36164375654c9ccb2bf96ada3f276da6b5eb (patch) | |
| tree | 62a65e514373242227e74480e2e761b8b29274d1 | |
| parent | e9cbb97ac85830e195005c025a5fc07c25e471cf (diff) | |
gnu: cryptsetup: Rewrite synopsis & description.
* gnu/packages/cryptsetup.scm (cryptsetup)[synopsis, description]:
Be more explicit about stuff.
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index cd0a3992a7d..4c4633fe0bf 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -63,14 +63,22 @@ | |||
| 63 | ("lvm2" ,lvm2) ; device-mapper | 63 | ("lvm2" ,lvm2) ; device-mapper |
| 64 | ("popt" ,popt) | 64 | ("popt" ,popt) |
| 65 | ("util-linux" ,util-linux "lib"))) ;libuuid | 65 | ("util-linux" ,util-linux "lib"))) ;libuuid |
| 66 | (synopsis "Hard disk encryption tool") | 66 | (synopsis "Set up transparent encryption of block devices using dm-crypt") |
| 67 | (description | 67 | (description |
| 68 | "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk | 68 | "Cryptsetup is a utility used to conveniently set up disk encryption based |
| 69 | encryption format, which does not only facilitate compatibility among | 69 | on the @code{dm-crypt} Linux kernel module. It is most often used to manage |
| 70 | distributions, but which also provides secure management of multiple user | 70 | LUKS volumes but also supports plain dm-crypt volumes and loop-AES, TrueCrypt |
| 71 | passwords. In contrast to existing solutions, LUKS stores all setup necessary | 71 | (including VeraCrypt extension), and BitLocker formats. |
| 72 | setup information in the partition header, enabling the users to transport | 72 | |
| 73 | or migrate their data seamlessly.") | 73 | @acronym{LUKS, Linux Unified Key Setup} is the standard for hard disk encryption |
| 74 | with the kernel Linux. It provides a standard on-disk-format compatible amongst | ||
| 75 | distributions as well as secure management of multiple user passwords. LUKS | ||
| 76 | stores all necessary setup information in the partition header to facilitate | ||
| 77 | data transport and migration. | ||
| 78 | |||
| 79 | The package also includes the @command{veritysetup} and @command{integritysetup} | ||
| 80 | utilities to conveniently configure the @code{dm-verity} and @code{dm-integrity} | ||
| 81 | block integrity kernel modules.") | ||
| 74 | (license license:gpl2) | 82 | (license license:gpl2) |
| 75 | (home-page "https://gitlab.com/cryptsetup/cryptsetup"))) | 83 | (home-page "https://gitlab.com/cryptsetup/cryptsetup"))) |
| 76 | 84 | ||
