Jump to content

password problams need advice please cheers.


redarrow

Recommended Posts

hi there advance thank you.

 

If you have 2 member databases and one is encripted via md5 and the other issent how do you use a select statement to get in for example

 

as one is encripted and the other issent.

 

example select statement how do you get the password to be reconise as a md5 in a select statement.

select * from members where name='$name' and PASSWORD('$password');

how is it done cheers.

If they're in two different databases then as far as I'm aware you can't get them both with one SELECT statement.

 

You'd have to drag the data from one, then change databases, and get the data from that one. You'd then have to md5 the unencrypted one (why is it unencrypted anyway?), and do a comparison between the two.

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.