From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 10:33:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0050416A41F for ; Thu, 8 Dec 2005 10:33:21 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2EA943D55 for ; Thu, 8 Dec 2005 10:33:15 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so397572wxc for ; Thu, 08 Dec 2005 02:33:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oZoccBuBR2n1v9Gx2UGXiNiZU1ojVSkdrHxv2ASsS9p+ZOYSsn4S12qDijoLZjVn63/7u6eA1hDKaj+gOKvO9dRMMNvIDv4RU8d1oPPPf2FGCH7mPfsvD/dYHRimCm3OxKq9iY3g7PoaOCD1LAKWicFK/vmRKumKRaNXU6WQ2js= Received: by 10.70.59.17 with SMTP id h17mr3004443wxa; Thu, 08 Dec 2005 02:33:14 -0800 (PST) Received: by 10.70.116.12 with HTTP; Thu, 8 Dec 2005 02:33:14 -0800 (PST) Message-ID: Date: Thu, 8 Dec 2005 11:33:14 +0100 From: Svein Halvor Halvorsen Sender: sveinhal@gmail.com To: James Long In-Reply-To: <20051208051410.GA21908@ns.museum.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051208051410.GA21908@ns.museum.rain.com> Cc: freebsd-questions@freebsd.org Subject: Re: MD5 discrepancy in 6.0-RELEASE/src/CHECKSUM.MD5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 10:33:22 -0000 On 12/8/05, James Long wrote: > Inside the CHECKSUM.MD5 file, however, it says that its own > checksum should be > > MD5 (CHECKSUM.MD5) =3D 6ee62cd847afff4cadf6648389c67a11 This is interesting; how can the MD5 of a file be contained inside the file itself? Or rather, how can one correctly place it there? Since the MD5 algorithm does not converge, I would think this was impossible. Is it not?