Hi, 

I am having troubles setting up a crypted file

# dd if=/dev/zero of=SecureFile bs=1k count=700000
# losetup -e blowfish /dev/loop0 SecureFile

after the password the program stops with:

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

which I not quite understand because all ciphers in the kernel options
are compiled as modules and a couple of them are actually loaded 

# lsmod
Module                  Size  Used by
serpent                12672  0
twofish                42112  0
sha512                  9728  0
blowfish                9472  0
--- snip ---

What am I missing out ?

Any ideas are highly appreciated.

TIA

Michael

--
[EMAIL PROTECTED] mailing list

Reply via email to