For Programmers: Free Programming Magazines  


Home > Archive > PHP Installation > March 2005 > Re: [PHP-INSTALL] Password Script needed - Not sure if this









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-INSTALL] Password Script needed - Not sure if this
Frank Bax

2005-03-26, 3:56 pm

At 11:00 AM 3/26/05, Jimbob wrote:
>I have an input script which is a bare minimum for hiding the password the
>user enters and stores and encrypted password. However, I am unable to
>retrieve the encrypted pw and decrypt it as I do not have the code for the
>decrypt function. Does anybody know of available scripts for password
>input, verification and retrieval?


Yes, this is the wrong list for this question, but I don't know where the
right one is.

Decrypting a password is a serious security problem. Instead of trying to
decrypt the stored password, you should encrypt the entered password and
compare that with the encrypted stored password.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com