| 1 |
mejo |
34 |
Source: cryptsetup
|
| 2 |
|
|
Section: admin
|
| 3 |
|
|
Priority: optional
|
| 4 |
|
|
Maintainer: Debian Cryptsetup Team <pkg-cryptsetup-devel@lists.alioth.debian.org>
|
| 5 |
|
|
Uploaders: Jonas Meurer <mejo@debian.org>
|
| 6 |
|
|
Build-Depends: debhelper (>= 4.0.0), libgcrypt11-dev, libdevmapper-dev, libpopt-dev, uuid-dev, docbook-to-man, gettext, libtool, autoconf, automake1.9, cvs, dpatch
|
| 7 |
|
|
Standards-Version: 3.6.2.1
|
| 8 |
|
|
|
| 9 |
|
|
Package: cryptsetup
|
| 10 |
|
|
Architecture: any
|
| 11 |
|
|
Depends: ${shlibs:Depends}, dmsetup
|
| 12 |
|
|
Conflicts: cryptsetup-luks (<= 1.0.1-8), hashalot (<= 0.3-1)
|
| 13 |
mejo |
38 |
Replaces: cryptsetup-luks (<= 1.0.1-8)
|
| 14 |
mejo |
34 |
Description: configures encrypted block devices
|
| 15 |
|
|
Since kernel 2.6.4, encrypted filesystem support is provided by the device
|
| 16 |
|
|
mapper target dm-crypt. This utility provides a command-line interface for
|
| 17 |
|
|
configuring this facility. It has integrated support for LUKS.
|
| 18 |
|
|
.
|
| 19 |
|
|
cryptsetup is backwards compatible with the on-disk format of cryptoloop,
|
| 20 |
|
|
but also supports more secure formats. This package also includes support
|
| 21 |
|
|
for automatically configuring encrypted devices at boot time via the config
|
| 22 |
|
|
file /etc/crypttab. When combined with newer versions of the debian
|
| 23 |
|
|
initrd-tools and standard debian kernels, cryptoroot is also supported.
|
| 24 |
|
|
.
|
| 25 |
|
|
For information on how to convert your system to use encrypted filesystems
|
| 26 |
|
|
please read /usr/share/doc/cryptsetup/CryptoRoot.HowTo.
|