Hi, On Thu, May 21, 2015 at 1:07 PM, <[email protected]> wrote: > Hello, > > from time to time I have to synchronize data to Linux, unfortunately. As > file system I use ext2 which works quit good. The data is transfered via an > USB flash drive since network is not an option for several reasons. I'd like > to encrypt the data on the USB flash drive but neither CGD nor LUKS etc. is > compatible with the other system. Is there something e.g. in pkgsrc or > somewhere else which provides full filesystem encrytion and is supported by > NetBSD and Linux?
I use tar + openssl enc -aes-256-cbc for backups and http://pkgsrc.se/filesystems/fuse-encfs for a live system. Julian
