View Single Post
  #13 (permalink)  
Old 02-04-2008, 02:11 AM
Falcon Falcon is offline
D-Web Analyst
 
Join Date: Nov 2007
Location: Chennai
Posts: 289
Falcon is on a distinguished road
Default Re: Joomla introduction?

hi jey

Quote:
Originally Posted by Jeyaseelansarc View Post
is there any way to decrypt the password?
Sorry We cont decrypt the password but we can validate the password by get the username or userid fetch the password from the user table split the password into two part using explode and List function take the salt(key) value for that splited data then encrypted that given password using that salt(key). Check the ecncrypted given password and splited password or equal if its not equal send the error message invalid password

Regards
Falcon
Reply With Quote