From owner-freebsd-questions@FreeBSD.ORG Fri Oct 30 01:19:05 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 6F68B106568D for ; Fri, 30 Oct 2009 01:19:05 +0000 (UTC) (envelope-from freebsdnewb@yahoo.com) Received: from web110016.mail.gq1.yahoo.com (web110016.mail.gq1.yahoo.com [67.195.8.144]) by mx1.freebsd.org (Postfix) with SMTP id 414798FC17 for ; Fri, 30 Oct 2009 01:19:05 +0000 (UTC) Received: (qmail 18312 invoked by uid 60001); 30 Oct 2009 00:52:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1256863944; bh=tFRCOo51/pE5p5uiy+NhZwoIvBJlL9bMvjht/M6C3Os=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=DfXFzAqrIuZh9GY49RcZEi+fzTFFWNPIsSdAhMu3EzoHDdO4t80H3PBCzR6CP/aApnr+6x03/u7UpQ+7xlSYTJXpFx8eQsATC3omkJXNML4jw6GjIRZoaykcbVCFhVOlC3dBKR+vwk1JgdY9b4eBdVbEGhIQAQDXh/aLR/JKhJ0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=4ww0Ism9/MLzHOD1xLYN9Ux6ZClYy2QNgm3YZukNce0ja51bzsCE5jflf/JdooRUNBKrFXpF7l4w1c/F1ID3s1dDSPcZcvdLoTxVmg+akLAIUEyQ2NYdX6IaEE4thbq7ejnEUvW9SwE/Zgvrg0075utRCcxI7qJ5ZeN7y1qIhgc=; Message-ID: <281911.17527.qm@web110016.mail.gq1.yahoo.com> X-YMail-OSG: .69CcJkVM1lcDa_xsDycW3Wq245zDZr9X49f0_qEfrJK9K8WqZvgyy1Zj8hAKUmdJgg8rpNDfUDuShpIc_YQYDFtWW4vOxSjcg_9VaMuBvAkrwbpv2SPfDl1wVBv4WNnaguve33KZzHnS9j.xfYMzLZKtHZm_jUPj3JQJMuGtMTF4XwwtZfmtpfG1O9CuNZrXlnae9FMn3R1.wMybi3p.Iz2T7MeEgGsrCSEc1mPiQ5uZ2w7C54i__RF6lnNp0WAl28- Received: from [68.196.21.252] by web110016.mail.gq1.yahoo.com via HTTP; Thu, 29 Oct 2009 17:52:24 PDT X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 Date: Thu, 29 Oct 2009 17:52:24 -0700 (PDT) From: Monty Pyth To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:19:05 -0000 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 APACHE/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 examples are: 02SvtVJnRLzuQ 42jhVP6kxUBX6 Can anyone tell me what file I would look at to see what hash algorithm is being used to store the passwords in the table? Any help would be great.