OESF Portables Forum

General Forums => General Discussion => Topic started by: SNi on September 09, 2005, 12:16:52 am

Title: Encrypted Volume
Post by: SNi on September 09, 2005, 12:16:52 am
I'd like to have an encrypted volume on my (stock ROM) SL-C3000 - not the entire SD or CF but just certain directories, so that files written/read to these directories are transparently encrypted and decrypted with a key, similar to how I had an encrypted volume on my HP200lx using SecureDevice (also could be done with SecureDrive and a number of other programs). Does anyone have something like this set up??

Doing a little searching I found a program called Crypted File System by Matt Blaze that seems to be along these lines. There are Debian versions available at ftp://ftp.zedz.net/pub/crypto/disk/cfs/ (http://ftp://ftp.zedz.net/pub/crypto/disk/cfs/) Apparently .deb files are similar to .ipk files and can be extracted using ar -x <pkg name> However I (blush) can't find an ar prog that I can use. I downloaded a couple of scripts from the web that failed to extract the cfs .deb file. I'm sure it's trivial to do if you know how, but I just have my Z and a Windows box, so any tips would be appreciated.. An .ipk of cfs would be extra appreciated
TIA,
SNi
Title: Encrypted Volume
Post by: Meanie on September 09, 2005, 02:44:39 am
Quote
I'd like to have an encrypted volume on my (stock ROM) SL-C3000 - not the entire SD or CF but just certain directories, so that files written/read to these directories are transparently encrypted and decrypted with a key, similar to how I had an encrypted volume on my HP200lx using SecureDevice (also could be done with SecureDrive and a number of other programs). Does anyone have something like this set up??

Doing a little searching I found a program called Crypted File System by Matt Blaze that seems to be along these lines. There are Debian versions available at ftp://ftp.zedz.net/pub/crypto/disk/cfs/ (http://ftp://ftp.zedz.net/pub/crypto/disk/cfs/) Apparently .deb files are similar to .ipk files and can be extracted using ar -x <pkg name> However I (blush) can't find an ar prog that I can use. I downloaded a couple of scripts from the web that failed to extract the cfs .deb file. I'm sure it's trivial to do if you know how, but I just have my Z and a Windows box, so any tips would be appreciated.. An .ipk of cfs would be extra appreciated
TIA,
SNi
[div align=\"right\"][a href=\"index.php?act=findpost&pid=95140\"][{POST_SNAPBACK}][/a][/div]

ar is part of the zgcc distro, so if you install the gcc bits, you will get ar. alternatively, if you have perl installed on your Z, you can also use my deb2ipk script to convert deb files to ipk files. have a look at my website.
Title: Encrypted Volume
Post by: gcf on September 09, 2005, 07:27:03 am
How about using crypto-loop with aes-128 instead?

Alternatively i found fuse very interesting - you can encrypt anything and still backup/sync/copy etc on a per file-base instead of copying an entire filesystem image.

encrypted fuse "leaks" however, the number and size of the files...