from my newsgroup notes:
> creating encrypted filesystem
> Does OpenBSD 3.5 support encrypted filesystems?
one way: consider using vnconfig
another way: see cfs (ports security/cfs)
> And if so, how can I create one?
for vnconfig:
# dd if=/dev/zero of=mycryptedfile.fs bs=1024 count=1024
to create a 1M file (sure you'll prefer a bigger size...)
# vnconfig -cvk svnd0 mycryptedfile.fs
enter you (secret) key (be sure to be the only one on the host...)
# newfs /dev/svnd0c
# mount /dev/svnd0c /mount/point
# cd /mount/point
here you are :-)
for cfs: consult man pages bundled with the package.
see also:
-
http://www.backwatcher.org/writing/h...ilesystem.html
hopefully this points you where you are looking...
On 2005-01-16 13:33:12 -0800, "Paul C. Buetow" <news@buetow.org> said:
> As far as i know only blowfish is supported in OpenBSDs crypto fs which
> is integrated in the base system. But blowfish is good. See the
> vnconfig man page in OpenBSD and take a closer look at the -k switch.
>
> On 2005-01-16, mike <mirko_neu@hotmail.com> wrote:
>> hi
>> i'm really new to linx and open bsd but i'd like to encrypt my whole
>> notebook (drive, files, or even os?); is this possible with open bsd or
>> linux? which one is more secure? can you choose from various encryption
>> algorithms?
>>
>> thank you
>> mike