From owner-freebsd-questions@FreeBSD.ORG Fri Oct 30 01:58:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AEB2106566C for ; Fri, 30 Oct 2009 01:58:17 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 12B258FC16 for ; Fri, 30 Oct 2009 01:58:16 +0000 (UTC) Received: by ewy18 with SMTP id 18so2347321ewy.43 for ; Thu, 29 Oct 2009 18:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=9zAf0n+qfOusGM32JrU7N8JPMcnORU/mCTRJeGDDeP8=; b=N1yg/DR7JppRgtunjdOEvybJbmknAcgTWqUqEkmoxU1qnnZc3m3Iu4EgsswI/5/nyJ Q1rQEdwVWw7jv3iH3SZnxFT/cW/SOUQIzzpFqMt7pDRE/5KnX0/pQZuZHvsYJqEYzuy0 qZrACuGhvU9CjDLE5NUz/qcnQATEIAewUV49E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=EdyazkidiA9WjoMUhVYEcl5gmztoLwqmRB81ub63baRArS4qeWEI5DqJ4KJILXk2+z nCIPSS/ib43Up0OEW41JRg2025WMNTw3MIWqW4uwQYou48tdcwOWoxpFR7tWi5m3vHct G3fhQnxzJ69Ivq+7OSnNrNbNrEegasmWqoBkw= MIME-Version: 1.0 Received: by 10.216.89.85 with SMTP id b63mr317936wef.175.1256867896153; Thu, 29 Oct 2009 18:58:16 -0700 (PDT) In-Reply-To: <281911.17527.qm@web110016.mail.gq1.yahoo.com> References: <281911.17527.qm@web110016.mail.gq1.yahoo.com> From: APseudoUtopia Date: Thu, 29 Oct 2009 21:57:56 -0400 Message-ID: <27ade5280910291857q2e48b699if02865a1b36d0a3d@mail.gmail.com> To: Monty Pyth Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: APACHE/PHP/MYSQL Password Hash 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: Fri, 30 Oct 2009 01:58:17 -0000 On Thu, Oct 29, 2009 at 8:52 PM, Monty Pyth wrote: > I have inherited a website to work on that users authenticate to using a = login and password from a login page. The server is FreeBSD 6.2 running APA= CHE/PHP/MYSQL. There is a MYSQL table that maintains all of the users. The = table has a users name and password. The password is hashed and some exampl= es are: > > 02SvtVJnRLzuQ > 42jhVP6kxUBX6 > > Can anyone tell me what file I would look at to see what hash algorithm i= s being used to store the passwords in the table? Any help would be great. > > > Looking in the website file that processes the login page.