1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: loop-aes
Section: admin
Priority: optional
Maintainer: Max Vozeler <xam@debian.org>
Build-Depends: debhelper (>> 4.0.0), module-assistant
Standards-Version: 3.7.2
Package: loop-aes-modules-_KVERS_
Architecture: any
Depends: loop-aes-utils (>= 2.12p-1)
Recommends: loop-aes-testsuite, kernel-image-_KVERS_ | linux-image-_KVERS_
Replaces: loop-aes-_KVERS_, loop-aes-ciphers-_KVERS_
Conflicts: loop-aes-_KVERS_, loop-aes-ciphers-_KVERS_
Provides: loop-aes-modules
Description: loop-AES encryption modules for kernel _KVERS_
This package provides the loop-AES encryption modules for the
Linux kernel version _KVERS_.
.
loop-AES can be used to encrypt disk partitions, removable media,
swap space and other devices. It provides measures to strengthen
the encryption: Passphrase seeds, multiple hash iterations, MD5 IV
and use of alternating encryption keys.
.
Encryption keys can be stored in a GnuPG-encrypted keyfile, which
allows the passphrase to be changed without re-encryption. Keyfiles
can also be encrypted asymmetrically for multi-user access.
.
This package includes the cipher modules blowfish, twofish and
serpent in addition to the default cipher (AES).
.
If you compiled a custom kernel, you will most likely need to
compile a custom version of these modules as well. The package
loop-aes-source has been provided for this purpose.
|