"Loop-AES is more secure than dm-crypt (and possibly faster), although it requires a custom kernel module and is more work to install than dm-crypt." => But no justification given regarding the security aspect.
in that example they use kernel 2.6.8 (hint hint)
http://mail.nl.linux.org/linux-crypto/2006-09/msg00008.html -> "Both cryptoloop and dm-crypt in kernels prior to 2.6.10 are vulnerable, and even recent dm-crypt still suffers from a weak crypto implementation." => I will be using 2.6.20, which allows for LRW mode and thus solve the watermark problem. -> "dm-crypt... which leaks location of changed data in some unusual situations."
" ... not a big problem." = dont worry about this.
=> What exactly consists this leak and has it been fixed?
This means that loop-aes hides the position of changed ciphertext better than dm-crypt. A change of one byte in a 512 byte sector will cause 16 bytes to change in dm-crypt and 512 bytes (the whole sector) in loop-aes. if an attacker has access to changed ciphertext this could be a problem.
But in case an attacker has access to your ciphertext you already got a bigger problem.
C. -- BOFH excuse #197:
- Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/