> So host your own server.  That way nobody but you has access to it.
> Then you could store the password wherever you want, unecrypted, and it
> wouldn't matter.  If you're running an application that's that security
> conscious, you shouldn't be using a shared server anyway.
>
> -----Original Message-----
> From: Anzak Wolf [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 02, 2004 1:24 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [PHP] Password encyption
>
>
>  Yes I have looked though since I'm not 100% sure what I'm looking for
> it is
> hard to come up with a solid answer.  I'm just looking for a more secure
> way
> to connect to my database through PHP and was hoping to find some
> suggestions here, not get the run around.
>

Bob does make a good point. If you don't run your own server, you might
want to see other options about running your site.

If you do run your own server, maybe store the passwd as an MD5 hash on
the web page that sends it to a script outside your web root. If the MD5
hashes match, return the passwd back to the web page.

--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to