From: Milan Broz Date: Tue, 8 Jan 2013 11:21:30 +0000 (+0100) Subject: Change LUKS default cipher to aes-xts-plain64 (AES128-XTS). X-Git-Tag: upstream/1.6~68 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fcryptsetup.git;a=commitdiff_plain;h=5f222517f03125e76247f6f0fd157d6066e87cf3 Change LUKS default cipher to aes-xts-plain64 (AES128-XTS). --- diff --git a/configure.ac b/configure.ac index f2f86e6..d07a04a 100644 --- a/configure.ac +++ b/configure.ac @@ -385,7 +385,7 @@ CS_NUM_WITH([plain-keybits],[key length in bits for plain mode], [256]) CS_STR_WITH([luks1-hash], [hash function for LUKS1 header], [sha1]) CS_STR_WITH([luks1-cipher], [cipher for LUKS1], [aes]) -CS_STR_WITH([luks1-mode], [cipher mode for LUKS1], [cbc-essiv:sha256]) +CS_STR_WITH([luks1-mode], [cipher mode for LUKS1], [xts-plain64]) CS_NUM_WITH([luks1-keybits],[key length in bits for LUKS1], [256]) CS_NUM_WITH([luks1-iter-time],[PBKDF2 iteration time for LUKS1 (in ms)], [1000])