Jump to content

do different php installs handle password encryption differently?


dsdsdsdsd

Recommended Posts

hello.

 

I am installing a joomla site on a client server. So far the site works fine on my local machine, fine on my hosted development server.

 

The specific problem I am having is that when I attempt to login to the joomla administrator, my un/pw fail, but I can see in the database that the un/pw are there ... BUT the pw is encrypted.

 

So I was thinking that maybe on my server's php install that when a password is encrypted, maybe it uses encryption-algorithm-AAA, which checks positive against the database value, BUT on the client's server maybe a encryption-algorithm-BBB is being used, and thus checks false against the stored AAA-generated value.

 

any thoughts?

 

thanks,

Shannon

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.