PPDD is a loop encryption software by Allan Latham for GNU/Linux. It is commonly used for encrypting hard disks on laptops, for example. It is based on the Blowfish algorithm. Root filesystem and swap encryption are supported also.
PPDD is not being actively developed, but maintained by myself. It is compatible with Linux 2.6. i386 architecture is supported. Whether others work is unknown.
It's not loop-AES. Loop-AES is actively developed and employs a variety of algorithms, unlike PPDD, which only uses Blowfish. Encryption keys are stored on the encrypted loop device, with loop-AES it's easy to store them elsewhere. The keys are still protected by the passphrases, of course.
Passphrase management is integrated into PPDD. This is unlike in the case of loop-AES.
ppdd 2.0.20 compiled for Debian Etch is available. Other distributions using GCC 4.x (Etch has 4.1.2) probably benefit from this as well.
Note: ppdd 2.0.19 binaries work fine on Etch. It just won't compile. 2.0.20 does. On the other hand, I don't know whether 2.0.20 even compiles on Sarge.
This problem only affects those using the PPDD initramfs image to boot the system.
I found a bug in initramfs scripts (namely linuxrc) that the first argument to /sbin/init was actully NULL, instead of pointing to the command line of the process. This can cause the boot process to hang after the following message: "clean up initramfs, chrooting and starting init...". This can happen e.g. after recompiling the kernel, rendering the system quite difficult to boot, so please upgrade!
This bug has been fixed in ppdd 2.0.19.
PPDD consists of these parts:
The kernel patch must be downloaded separately. The kernel patch is called linux-version-ppdd-patch and it's available in the linux directory.
For user space parts, there are a few alternatives:
I suggest using the latest patches (except when they're less than a few days old ;)) to avoid problems. To maximise your chances of successful patching, use the version of Linux indicated in the name of the patch.
The files are available in the download directory.
PPDD source code is also available in a GNU Arch repository.
Ian Collier has provided PPDD packages for Fedora core.
Comments, suggestions, opinions, patches and bug reports are welcome. :)
PPDD is licensed under the GNU General public license.