From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C018A1381F3 for ; Tue, 15 Oct 2013 01:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFB2BE0A86; Tue, 15 Oct 2013 01:06:31 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6B68E09E0 for ; Tue, 15 Oct 2013 01:06:30 +0000 (UTC) Received: from [172.17.29.6] (vpn1.metro-data.com [65.213.236.242]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 3czJPL02qvz1hgG for ; Mon, 14 Oct 2013 21:06:29 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1381799190; bh=1Pttc42uRau7+njp8T3lWUOIxpeLTKWjQ0i10WQUNWs=; h=Date:From:To:Subject:References:In-Reply-To; b=qcuJokjiVjvtK+7sx12l0jbiW5LFDSL8ynJ+GoIac/kwIx18qZmhJ3nb6CPMnjK3p pFwjNApzMxrzC+zGLXWmaW9QtoDyqj7RSJ4tPbtajNxat55iWzDFX3DlN40zGHATV4 vghH5GG6A8z8+kPycWGGqqij6EbCus0A4LO/maO4= Message-ID: <525C9515.30202@orlitzky.com> Date: Mon, 14 Oct 2013 21:06:29 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130929 Thunderbird/17.0.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: scripted iptables-restore References: <524DD388.9020507@fastmail.co.uk> <524F39F6.4040409@orlitzky.com> <525AAADE.7040700@orlitzky.com> <525ACC38.8060008@orlitzky.com> <525B1878.2010908@orlitzky.com> <525BFF1B.6070805@orlitzky.com> <525C434C.8040905@orlitzky.com> <525C5495.70804@gmail.com> In-Reply-To: <525C5495.70804@gmail.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 57707249-cf93-49fa-91f6-06735a769391 X-Archives-Hash: 6b440121780bcf6891e47ce9a314abcd On 10/14/2013 04:31 PM, Alan McKinnon wrote: > > Keep in mind the actual original purpose of a salted hash. > > If two users happen to use the same password[1], the hashes are the same > and this is revealed to anyone who can read /etc/passwd[2] i.e everyone. Ah, the single-entry rainbow table =)