Annexe
B : Cryptography
- First, crypted data is illegal in some country, likely know as democratic.... my thought : FUCK
OFF, I don't care, have fun that's freedom......
Kernel
requirement
- To enable crypted disk on linux you need pack :
- cryptoapi,
- cryptoloop,
- source of util-linux,
- crypto patch for this version of util-linux. get those on www.kerneli.org.
- You also need enabled on kernel or as modules ( loaded )
- loopback ( block device->loopback
- My advise : compile everything as MODULES !!!!
- for util-linux, only losetup is mandatory, therefore, no install,
just copy losetup - and its man page - on the right place.
Running
- just load all modules.
- modprobe losetup ( if not static )
- insmod cryptoapi
- insmod cryptoloop
- insmod < each cipher you want > , cipher-serpent,
cipher-idea, cipher-3des ....
now you must have cryto available. see next
section...