Release new version 0.28
[grml-crypt.git] / TODO
1  - better cipher choosing (xts,essiv,plain)
2  - rename?
3  - add optimized ext3 fs profile for crypto (deactivated journal, activated dir_index and filetype)
4
5 Cleanup:
6 hook_pre_initialize_=""
7     in: src <= /dev/{zero,urandom,random}
8     in: dev <= e.g /dev/loop2
9     task: overwrite first and last 2MB with RNDSRC
10 hook_initialize_=""
11     in: dev <= e.g /dev/hda2, /dev/mapper/grml-crypt_hda2, ...
12
13 profiles:
14 secure
15     pre_init =
16     init     = all with RNDSRC (rnd)
17 optimized
18     pre_init = first and last 2MB with RNDSRC (prnd)
19     init     = luksFormat with random pw and overwrite with /dev/zero (crnd)
20 fast
21     pre_init = first and last 2MB with RNDSRC (prnd)
22     init     =
23 custom
24     pre_init =
25     init     =