Re: CRYPTO CONTAINER

2019-02-11 Thread Solene Rapenne
On Mon, Feb 11, 2019 at 12:39:52PM +0100, Oleg Pahl wrote:
> Hi All,
> 
> Linux has one tool CRYPTSETUP.
> 
> With this tool I can prepare one container, then open it put
> some private data and close.
> 
> I know that our OpenBSD is also Crypto Paranoid OS.
> 
> Any idea how can I do the same procedure using OBSD default tools?
> 
> What is recommended work flow for it (to secure file/data) ?
> 
> P.S. I have full encrypted hard disk. But its not enough for me.
> 
> Many thx for strong support.
> 
> BR,
> 
> deface
> 
> 
Hi

You want to make a raw file using dd if=/dev/random of=container

then use vnconfig to make a disk device from that file, and then use
bioctl on it to create a CRYPTO raid. You will need to be root to
mount and umount it.



Re: CRYPTO CONTAINER

2019-02-11 Thread Janne Johansson
"man vnconfig" ?


Den mån 11 feb. 2019 kl 12:40 skrev Oleg Pahl :

> Hi All,
>
> Linux has one tool CRYPTSETUP.
>
> With this tool I can prepare one container, then open it put some
> private data and close.
>
> I know that our OpenBSD is also Crypto Paranoid OS.
>
> Any idea how can I do the same procedure using OBSD default tools?
>
> What is recommended work flow for it (to secure file/data) ?
>
> P.S. I have full encrypted hard disk. But its not enough for me.
>
> Many thx for strong support.
>
> BR,
>
> deface
>
>
>

-- 
May the most significant bit of your life be positive.


CRYPTO CONTAINER

2019-02-11 Thread Oleg Pahl

Hi All,

Linux has one tool CRYPTSETUP.

With this tool I can prepare one container, then open it put some 
private data and close.


I know that our OpenBSD is also Crypto Paranoid OS.

Any idea how can I do the same procedure using OBSD default tools?

What is recommended work flow for it (to secure file/data) ?

P.S. I have full encrypted hard disk. But its not enough for me.

Many thx for strong support.

BR,

deface