On 9/7/06, Joachim Schipper <[EMAIL PROTECTED]> wrote:
On Thu, Sep 07, 2006 at 08:01:11PM +0200, viq wrote:
> I was trying to google for some solution, but didn't come up with
> anything useful. I am looking for a way to securely store files. Like,
> say, your mail archive. Or home folder. I know, "use vnd" seems to be
> the main choice on OpenBSD. But, I want to be able to access those
> files from other systems too. Did anyone find a solution that would be
> practical to use? A filesystem solutions would be preferable, either
> encrypting a 'real' filesystem, or having a 'virtual' one in a file -
> but as I said, I'm looking for a solution that would let me mount it
> in several operating systems.
vnd(4) works well, as you note, but is indeed not very portable.
You don't say what 'several' means,
Hopefully OpenBSD, linux, I plan to play wth FreeBSD, and every once
in a while I do end up on Windows.
but I believe you could mount a
filesystem on a vnd under Linux after you have called losetup with a
suitable offset (i.e., bypassed the disklabel).
Ah, now that is an interesting information. Could it be also possible
the other way around? Create an encrypted file-partition in linux, and
mount (and decrypt) it using vnd?
cfs might be portable - though it is not very secure.
Yeah, that thought passed my mind, but I'd rather first consider other
options as IIRC this project seems to be unmaintainded.
Finally, tar and gpg offer a solution... as long as you are careful when
untarring.
Yes, need to wipe files and free space afterwards. So, would prefer a
filesystem level encryption. But, that's also an option.
Also there's a similiar option to gpg-zip or gpg+tar, which is 7zip
wit it's encryption. Though someone would have to port it ;)
Joachim
--
viq