Thread: Disk Encryption
View Single Post
linickx's Avatar
Posts: 32 | Thanked: 2 times | Joined on May 2007
#1
Anyone know of any good disk/folder encryption software for their tablet ?

I'd looked at maemo krypt, and that's not really what I'm looking for as it makes "copies", I'd like more of an encrypted volume affair.

On a "normal" linux box, I'd run through..

Code:
modprobe cryptoloop
losetup -e aes /dev/loop0 /myvol
mount /dev/loop0 /home/user/secure_files
but that don't work on my n800.. any suggestions ?
Thanks in advance.