From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mail.saout.de (Postfix) with ESMTP for ; Thu, 5 Nov 2009 22:39:40 +0100 (CET) Date: Thu, 5 Nov 2009 22:34:44 +0100 From: Heinz Diehl Message-ID: <20091105213444.GA11992@fancy-poultry.org> References: <20091105204220.A3F847BD70@ws5-10.us4.outblaze.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091105204220.A3F847BD70@ws5-10.us4.outblaze.com> Subject: Re: [dm-crypt] Crack a dm-LUKS partition or harddisk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 05.11.2009, Si St wrote: > By the way: Is there a way to reasonably fast check out the entropy of a chosen password or phrase? You can calculate the strength of your passphrase using this formula: bits = (n * log q) / log 2 Where "n" is the lenght of your passphrase (how many characters) and "q" is the amount of available characters.