[rhel6-branch][master][PATCH] Default to aes-xts-plain64 for new luks devices. (#600295)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 storage/formats/luks.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/storage/formats/luks.py b/storage/formats/luks.py
index 77059be..66f49f4 100644
--- a/storage/formats/luks.py
+++ b/storage/formats/luks.py
@@ -75,7 +75,7 @@ class LUKS(DeviceFormat):
         self.mapName = kwargs.get("name")
 
         if not self.exists and not self.cipher:
-            self.cipher = "aes-xts-plain"
+            self.cipher = "aes-xts-plain64"
             if not self.key_size:
                 # default to the max (512 bits) for aes-xts
                 self.key_size = 512
-- 
1.6.6.1

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux