X-Git-Url: http://git.grml.org/?p=grml-crypt.git;a=blobdiff_plain;f=TODO;h=b6e8fdeb1c23c3975dafd71fb8ec02f7b9930f45;hp=893a264e1f5981bb207aae7f4887ee8b358be229;hb=6bdde2304c466c38d7e61d2d804df4df277fa5c0;hpb=2818d44dd7a40524ba6fdbfb8b442a0acac7e9cd 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 =