Bugzilla – Bug 180111
Cryptoloop AES multi key broken
Last modified: 2006-06-01 18:02:58 UTC
Following the sample commands given in the losetup man page (these exact commands worked fine with SuSE Linux 10.0. Resulting error is: ioctl: LOOP_MULTI_KEY_SETUP_V3: Invalid argument ---excerpt from man page--- The following commands can be used as an example of using the loop device. dd if=/dev/zero of=/file bs=1k count=500 head -c 2925 /dev/random | uuencode -m - | head -n 66 \ | tail -n 65 | gpg --symmetric -a >/etc/fskey9.gpg losetup -e AES128 -K /etc/fskey9.gpg /dev/loop0 /file ... ---end excerpt--- Using similar commands modified for single-key mode has no problem.
see /usr/share/doc/packages/util-linux/README.loop-AES-v2.2d.SuSE *** This bug has been marked as a duplicate of 136152 ***