On Fri, 2013-05-24 at 19:01 +0200, Vratislav Podzimek wrote:
diff --git a/blivet/formats/luks.py b/blivet/formats/luks.py index ab12eba..1a9d836 100644 --- a/blivet/formats/luks.py +++ b/blivet/formats/luks.py @@ -40,6 +40,7 @@ _ = lambda x: gettext.ldgettext("blivet", x) import logging log = logging.getLogger("blivet")
+MINIMAL_ENTROPY = 256
The default luks key size we use is 512 bits, although I'm not sure how/if that factors into this default value of MINIMAL_ENTROPY.