From owner-freebsd-questions@FreeBSD.ORG Fri Oct 30 01:24:02 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 B87DF1065670 for ; Fri, 30 Oct 2009 01:24:02 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 6264A8FC19 for ; Fri, 30 Oct 2009 01:24:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id BE8323A382C; Fri, 30 Oct 2009 08:24:00 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1256865840; x= 1258680240; bh=CvTBRLueX6LS8UwEBCqd+aacp4YiebVxfttYc8o2Bcw=; b=l eImTECDLaqDiomV9oN74AMl4LZa93DdRLuQ9sRwYhyhybQwnRcLqHHA59dNwI3dT RMSuy/31942L3DfGJfu0hiKPIiMmWQ02sqsnx/rpbicGCIikK2sU3xxSg5x59UDh uOw2edX/1e1QOTa+sa63OAyFu9zYHZAvI/y+XrhTgI= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KOan4AFMV5Y7; Fri, 30 Oct 2009 08:24:00 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id C18A83A381D; Fri, 30 Oct 2009 08:23:59 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id n9U1Nxvl087456; Fri, 30 Oct 2009 08:23:59 +0700 (ICT) (envelope-from on) Date: Fri, 30 Oct 2009 08:23:59 +0700 (ICT) Message-Id: <200910300123.n9U1Nxvl087456@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsdnewb@yahoo.com In-reply-to: <281911.17527.qm@web110016.mail.gq1.yahoo.com> (message from Monty Pyth on Thu, 29 Oct 2009 17:52:24 -0700 (PDT)) References: <281911.17527.qm@web110016.mail.gq1.yahoo.com> 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:24:02 -0000 Hi, > 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. As a hint, to help make it easier to reply, where are the password stored? Where did you get the example above? Olivier