Re: encrypted filesystem using losetup

2003-06-18 Thread Hugh Saunders
On Wed, Jun 18, 2003 at 01:57:13PM +0200, Hans van Leeuwen wrote:
> Hello,
> 
> I am trying to make an encrypted filesystem using losetup with the "-e" 
> parameter and twofish.
> The problems is that I keep getting the following error:
> 
> The cipher does not exist, or a cipher module needs to be loaded into 
> the kernel
> ioctl: LOOP_SET_STATUS: Invalid argument
> 
> Which module is required and how can I apt-get / compile it?
> I use debian woody stable with kernel 2.4.18-bf2.4.
ptrace vulnerable :)

echo deb http://therapy.endorphin.org/cryptoapi/ >>/etc/apt/sources.list
apt-get update
apt-get install cryptoapi-core-source cryptoloop-source

You can then use make-kpkg modules_image to build the modules for your kernel,
im not sure if you can do it with just headers, you may need full
kernel source.

hope that helps.

-- 
hugh



Re: encrypted filesystem using losetup

2003-06-18 Thread Janus N.
On Wed, 2003-06-18 at 13:57, Hans van Leeuwen wrote:
> Hello,
> 
> I am trying to make an encrypted filesystem using losetup with the "-e" 
> parameter and twofish.
> The problems is that I keep getting the following error:
> 
> The cipher does not exist, or a cipher module needs to be loaded into 
> the kernel
> ioctl: LOOP_SET_STATUS: Invalid argument
The Module is called cipher-twofish and is in the cryptoapi package
found at http://www.kerneli.org/

> Which module is required and how can I apt-get / compile it?
> I use debian woody stable with kernel 2.4.18-bf2.4.
The following packages are in my apt repository:

cryptoapi-core-source - CryptoAPI core kernel module
cryptoloop-source - CryptoAPI's Cryptoloop Module.

Hope this helps

Regards,
Janus N. Tøndering
-- 
Janus N. Tøndering <[EMAIL PROTECTED]>



Re: encrypted filesystem using losetup

2003-06-18 Thread Hugh Saunders
On Wed, Jun 18, 2003 at 01:57:13PM +0200, Hans van Leeuwen wrote:
> Hello,
> 
> I am trying to make an encrypted filesystem using losetup with the "-e" 
> parameter and twofish.
> The problems is that I keep getting the following error:
> 
> The cipher does not exist, or a cipher module needs to be loaded into 
> the kernel
> ioctl: LOOP_SET_STATUS: Invalid argument
> 
> Which module is required and how can I apt-get / compile it?
> I use debian woody stable with kernel 2.4.18-bf2.4.
ptrace vulnerable :)

echo deb http://therapy.endorphin.org/cryptoapi/ >>/etc/apt/sources.list
apt-get update
apt-get install cryptoapi-core-source cryptoloop-source

You can then use make-kpkg modules_image to build the modules for your kernel,
im not sure if you can do it with just headers, you may need full
kernel source.

hope that helps.

-- 
hugh


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



encrypted filesystem using losetup

2003-06-18 Thread Hans van Leeuwen

Hello,

I am trying to make an encrypted filesystem using losetup with the "-e" 
parameter and twofish.

The problems is that I keep getting the following error:

The cipher does not exist, or a cipher module needs to be loaded into 
the kernel

ioctl: LOOP_SET_STATUS: Invalid argument

Which module is required and how can I apt-get / compile it?
I use debian woody stable with kernel 2.4.18-bf2.4.

Thanks,

Hans



Re: encrypted filesystem using losetup

2003-06-18 Thread Janus N.
On Wed, 2003-06-18 at 13:57, Hans van Leeuwen wrote:
> Hello,
> 
> I am trying to make an encrypted filesystem using losetup with the "-e" 
> parameter and twofish.
> The problems is that I keep getting the following error:
> 
> The cipher does not exist, or a cipher module needs to be loaded into 
> the kernel
> ioctl: LOOP_SET_STATUS: Invalid argument
The Module is called cipher-twofish and is in the cryptoapi package
found at http://www.kerneli.org/

> Which module is required and how can I apt-get / compile it?
> I use debian woody stable with kernel 2.4.18-bf2.4.
The following packages are in my apt repository:

cryptoapi-core-source - CryptoAPI core kernel module
cryptoloop-source - CryptoAPI's Cryptoloop Module.

Hope this helps

Regards,
Janus N. Tøndering
-- 
Janus N. Tøndering <[EMAIL PROTECTED]>


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



encrypted filesystem using losetup

2003-06-18 Thread Hans van Leeuwen
Hello,

I am trying to make an encrypted filesystem using losetup with the "-e" 
parameter and twofish.
The problems is that I keep getting the following error:

The cipher does not exist, or a cipher module needs to be loaded into 
the kernel
ioctl: LOOP_SET_STATUS: Invalid argument

Which module is required and how can I apt-get / compile it?
I use debian woody stable with kernel 2.4.18-bf2.4.
Thanks,

Hans

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