[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re-encrypting using multi-key, again
Christian Kujau wrote:
> one more thing about that: aespipe en/decrypts AES encrypted data.
> are there any tools around for the towfish and blowfish cipher?
>
> /me tries to get his twofish-encrypted fs ready for multi-key-v3...
losetup -e twofish256 -K /etc/fskey-hda888-v2.gpg /dev/loop0 /dev/hda888
losetup -e twofish256 -K /etc/fskey-hda888-v3.gpg /dev/loop1 /dev/hda888
dd if=/dev/loop0 of=/dev/loop1 bs=64k conv=notrunc
losetup -d /dev/loop0
losetup -d /dev/loop1
--
Jari Ruusu 1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9 DB 1D EB E3 24 0E A9 DD
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/