Mein Auto würde ich auch gerne cryptenProlamer said:Sry ich meine Crypten . Wie kann ich das anstellen?
modprobe cryptoloop
modprobe aes
dd if=/dev/zero of=/root/crypted.img bs=1024k count=1000
losetup -e aes /dev/loop0 /root/crypted.img
mkfs.ext3 /dev/loop0
mkdir /test
mount /dev/loop0 /test
modprobe cryptoloop
modprobe aes
mount -o encryption=aes /root/crypted.img /test
We use essential cookies to make this site work, and optional cookies to enhance your experience.