Wow!!!!!
After a long hunt i finally found somewhere that is sort of in the same boat as me.
I don't know if you may be able to help as i am really unsure how to approach this.
I have a CSV file, that has Username Emails Passwords Addresses everything!!
And i have imported that into a MySQL database,
the issue i have come accross is the site itsself uses md5($pass.$salt) as its encryption,
So i have 2 fields in my table:
1 called "password"
the other called "saltpass"
Everywhere i look, i come to a standstill on what to do,
Is there a Query i can run on the database that would convert this for me, and populate both fields,
OR
Is there a way on doing this using something like your Method using PHP and converting my CSV to txt or any other format it may pickup and use?
i would really appreciate any help you may be able to offer
thanks