x11q33 n00b
Joined: 25 Mar 2005 Posts: 3 Location: Germany
|
Posted: Fri Apr 08, 2005 7:35 pm Post subject: cryptsetup and losetup compatibility? |
|
|
Hello, I created an encrypted container with: Code: | losetup <dev> <file>
cryptsetup (aes-256) <name> <dev> | and it works fine. But why isn't it possible to omit "cryptsetup" and just use: Code: | losetup -e aes-256 <dev> <file> | for the same encrypted container? It does not work for me. Are they incompatible somehow? Thanks in advance |
|