| 1 |
<hr/> |
<hr/> |
| 2 |
|
|
| 3 |
Debian-stable and AES-loop(crypto-api) file-system encryption(kernel 2.6.x): |
Debian-stable/testing and AES-loop(crypto-api) file-system encryption(kernel 2.6.x): |
| 4 |
- read: |
- read: |
| 5 |
http://www.mirrors.wiretapped.net/security/cryptography/filesystems/loop-aes/loop-AES.README |
http://www.mirrors.wiretapped.net/security/cryptography/filesystems/loop-aes/loop-AES.README |
| 6 |
http://www.sdc.org/~leila/usb-dongle/readme.html |
http://www.sdc.org/~leila/usb-dongle/readme.html |
| 55 |
swapon ${LOOPDEV} |
swapon ${LOOPDEV} |
| 56 |
#------------------------ crypto-swap end -------------------------------------- |
#------------------------ crypto-swap end -------------------------------------- |
| 57 |
|
|
| 58 |
- mounting encrypted file sytems at boot-time |
- mounting encrypted file-systems at boot-time |
| 59 |
- for interactive key-passphrase, add following at /etc/fstab: |
- for interactive key-passphrase, add following at /etc/fstab: |
| 60 |
/dev/hda6 <mount-point> <fs-type> defaults,loop=/dev/loop6,encryption=AES256 0 0 |
/dev/hda6 <mount-point> <fs-type> defaults,loop=/dev/loop6,encryption=AES256 0 0 |
| 61 |
|
|