Re: crypto filesystem

2003-07-01 Thread Christian Kujau

Dale Amon wrote:

You should probably go over to linux-crypto. If it's loop-aes, ask Jaari;
otherwise one of the others might. 


yes, i've done so and Jari was as helpful as you said :-)

Thanks,
Christian.
--
BOFH excuse #413:

Cow-tippers tipped a cow onto the server.



Re: crypto filesystem

2003-07-01 Thread Christian Kujau
Dale Amon wrote:
You should probably go over to linux-crypto. If it's loop-aes, ask Jaari;
otherwise one of the others might. 
yes, i've done so and Jari was as helpful as you said :-)

Thanks,
Christian.
--
BOFH excuse #413:
Cow-tippers tipped a cow onto the server.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: crypto filesystem

2003-06-29 Thread Dale Amon
On Fri, Jun 27, 2003 at 03:58:14AM +0200, Christian Kujau wrote:
> hi,
> 
> recently i set up a crypted filesystem and use it already successfully.
> 'cause i'm lazy, i've always used the option "-p" when initializing the 
> loop-device via losetup:

You should probably go over to linux-crypto. If it's loop-aes, ask Jaari;
otherwise one of the others might. I've not used that feature myself
as I can't see putting the password to protect the disk against
attackers on the very same disk.



Re: crypto filesystem

2003-06-29 Thread Dale Amon
On Fri, Jun 27, 2003 at 03:58:14AM +0200, Christian Kujau wrote:
> hi,
> 
> recently i set up a crypted filesystem and use it already successfully.
> 'cause i'm lazy, i've always used the option "-p" when initializing the 
> loop-device via losetup:

You should probably go over to linux-crypto. If it's loop-aes, ask Jaari;
otherwise one of the others might. I've not used that feature myself
as I can't see putting the password to protect the disk against
attackers on the very same disk.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



crypto filesystem

2003-06-29 Thread Christian Kujau

hi,

recently i set up a crypted filesystem and use it already successfully.
'cause i'm lazy, i've always used the option "-p" when initializing the 
loop-device via losetup:


losetup -k 128 -p 12 -e serpent /dev/loop6 /dev/sdb2

that way, i don't have to type in the passphrase manually (instead, the 
passphrase is taken from the file located on inode#12).


now i changed my mind and really _want_ to type in the passphrase 
manually. but losetup seems not to accept it. there is no error message 
like "wrong pw" or so but the following mount (right after losetup) is 
failing, which leads me to the assuption that losetup has not recognized 
the passphrase and the loopdevice was not set up correctly, hence the 
mount fails.


the "-p" option is not that much documented in the manpage, am i missing 
an important fact about it?


yes, and it's no typo here, the passphrase is right :-)

any hints?


Thanks,
Christian.



crypto filesystem

2003-06-28 Thread Christian Kujau
hi,

recently i set up a crypted filesystem and use it already successfully.
'cause i'm lazy, i've always used the option "-p" when initializing the 
loop-device via losetup:

losetup -k 128 -p 12 -e serpent /dev/loop6 /dev/sdb2

that way, i don't have to type in the passphrase manually (instead, the 
passphrase is taken from the file located on inode#12).

now i changed my mind and really _want_ to type in the passphrase 
manually. but losetup seems not to accept it. there is no error message 
like "wrong pw" or so but the following mount (right after losetup) is 
failing, which leads me to the assuption that losetup has not recognized 
the passphrase and the loopdevice was not set up correctly, hence the 
mount fails.

the "-p" option is not that much documented in the manpage, am i missing 
an important fact about it?

yes, and it's no typo here, the passphrase is right :-)

any hints?

Thanks,
Christian.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]