From: Michael Gebetsroither Date: Sat, 10 Jan 2009 21:27:13 +0000 (+0100) Subject: add cleanup ideas to TODO X-Git-Tag: v0.18~9 X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=commitdiff_plain;h=343f3a538c6e78c530de0c7b946beb5f1f642b68 add cleanup ideas to TODO --- diff --git a/TODO b/TODO index 893a264..b6e8fde 100644 --- a/TODO +++ b/TODO @@ -1 +1,25 @@ + - better cipher choosing (xts,essiv,plain) + - rename? - add optimized ext3 fs profile for crypto (deactivated journal, activated dir_index and filetype) + +Cleanup: +hook_pre_initialize_="" + in: src <= /dev/{zero,urandom,random} + in: dev <= e.g /dev/loop2 + task: overwrite first and last 2MB with RNDSRC +hook_initialize_="" + in: dev <= e.g /dev/hda2, /dev/mapper/grml-crypt_hda2, ... + +profiles: +secure + pre_init = + init = all with RNDSRC (rnd) +optimized + pre_init = first and last 2MB with RNDSRC (prnd) + init = luksFormat with random pw and overwrite with /dev/zero (crnd) +fast + pre_init = first and last 2MB with RNDSRC (prnd) + init = +custom + pre_init = + init =