From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cmk-N8nPtiGy for ; Tue, 21 Jan 2014 22:08:18 +0100 (CET) Received: from mx02a.posteo.de (mx02a.posteo.de [89.146.194.168]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 21 Jan 2014 22:08:18 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTP id D7A31C0DF for ; Tue, 21 Jan 2014 20:59:17 +0000 (UTC) Received: from posteo.de ([10.125.125.134]) by localhost (amavis1.posteo.de [10.125.125.165]) (amavisd-new, port 10026) with ESMTP id Fj6KjD91OwP3 for ; Tue, 21 Jan 2014 21:59:15 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by mail.posteo.de (Postfix) with ESMTPSA id A2B0B2042F102 for ; Tue, 21 Jan 2014 21:59:15 +0100 (CET) Message-ID: <52DEDFA2.3050305@posteo.de> Date: Tue, 21 Jan 2014 21:59:14 +0100 From: Falko MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Cascading encryption how-to? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hey there, I was wondering how I set up cascading encryption like in Truecrypt (e.g. aes-twofish or even twofish-serpent-aes...). I tried this: cryptsetup -v -c serpent-twofish-xts-plain64 -s 512 -h sha512 --verify-passphrase -y --use-random luksFormat /dev/sdx which, of course, didn't work :o). I couldn't find anything in the man or internet either - only that it should be possible :o). Thanks Kind regards fb