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 0sIgrXFXm5bF for ; Fri, 15 Feb 2013 10:01:08 +0100 (CET) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Fri, 15 Feb 2013 10:01:08 +0100 (CET) Received: by mail-ee0-f52.google.com with SMTP id b15so1589472eek.11 for ; Fri, 15 Feb 2013 01:01:08 -0800 (PST) Message-ID: <511DF951.1010606@gmail.com> Date: Fri, 15 Feb 2013 10:01:05 +0100 From: Milan Broz MIME-Version: 1.0 References: <511CE9F5.60708@gmail.com> <511D1777.6020308@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup 1.6.0 crash when attempting to open truecrypt volume if the key is large enough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ".. ink .." Cc: dm-crypt@saout.de On 02/14/2013 06:06 PM, .. ink .. wrote: > > which version? I tried it on some latest GUI and it did not allow me > > > i have truecrypt version 7.0a > > I created a 70 byte file,copied the characters and paste them in the > truecrypt GUI volume when i created the volume and the volume was > created successfully. I think the GUI widget trimmed so you in fact entered just first 64 bytes. Check with "display password" option... And try commandline, at least I get Error: Password is longer than 64 characters. I really do not like encryption systems which quietly trims anything pretending longer password is correct. This is recipe for disaster. I changed return code for TCRYPT oversized passphrase to -EPERM (So it is handled like "bad passphrase", just early, this is way I prefer.) Thanks, Milan