From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.server123.net (Postfix) with ESMTPS for ; Sun, 8 Feb 2015 10:45:59 +0100 (CET) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YKORC-0007LG-M1 for dm-crypt@saout.de; Sun, 08 Feb 2015 10:45:58 +0100 Received: from ip4d151e07.dynamic.kabel-deutschland.de ([77.21.30.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Feb 2015 10:45:58 +0100 Received: from for-gmane by ip4d151e07.dynamic.kabel-deutschland.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Feb 2015 10:45:58 +0100 From: "U.Mutlu" Date: Sun, 08 Feb 2015 10:45:52 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] truecrypt - what's the real story behind it? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, the cryptsetup tool supports besides plain and luks, also loopaes and truecrypt. I now compiled truecrypt-7.1a, and it looks not bad. I wonder why some people say truecrypt is no more secure. Which part or method of truecrypt is allegedly broken? Can't be fixed? And: is full truecrypt functionality integrated in cryptsetup tool? I mean the create-options below. Here's a manually done "create"-session with the available options: # truecrypt -c Volume type: 1) Normal 2) Hidden Select [1]: 1 Enter file or device path for new volume: /home/testuser/truecrypt-tests/enc.tcf Enter volume size (sizeK/size[M]/sizeG): : 250M Encryption algorithm: 1) AES 2) Serpent 3) Twofish 4) AES-Twofish 5) AES-Twofish-Serpent 6) Serpent-AES 7) Serpent-Twofish-AES 8) Twofish-Serpent Select [1]: 3 Hash algorithm: 1) RIPEMD-160 2) SHA-512 3) Whirlpool Select [1]: 1 Filesystem: 1) None 2) FAT 3) Linux Ext2 4) Linux Ext3 5) Linux Ext4 Select [2]: 3 -- cu Uenal