Content deleted Content added
grammar and cleanup |
|||
Line 15:
* [[Loop device|losetup]] and [[cryptoloop]], part of [[Linux kernel|2.6.x kernel]] and [[util-linux]]
* [[aespipe]], program to encrypt a file stream with the [[Advanced Encryption Standard|AES]] algorithm with key lengths 128, 192 and 256 bit
* [http://www.saout.de/misc/dm-crypt/
** [http://luks.endorphin.org/ LUKS] (Linux Unified Key Setup) aims to improve dm-crypt key management.
** [http://
* [[Cryptoloop]] is included in the mainline kernel but is insecure and has been deprecated in favor of dm-crypt.
* [http://loop-aes.sourceforge.net/ loop-AES] supports kernel 2.0.x onward but requires a patch.
* [http://cryptmount.sourceforge.net/ Crypt Mount]
* [http://ecryptfs.sourceforge.net/ eCryptFS], a stacked filesystem in the kernel '-mm' tree.
* [[EncFS]] uses [[FUSE (Linux)|FUSE]] to provide an encrypted filesystem in [[userspace]].
It is not clear, which of the encrypted files of the above software are compatible to each other, even they seem to use the same [[AES]] algorithm.
==Distributions==
|