Hi there,
First of all i'm not sure if i'm writing in the correct Subforum but here we go.
I have a Windows form application in C#.
I have made a test mysql DB with some test columes (Username, Password).
I have tested my C# application on validating the Username, Password from the test DB (With suceess).
Now here come the issue i have, when i want to try with the phpbb_user table i can then see the Username in plain text, but the password seems to be Hashed, so its 60 character longs.
So i enter the Username and password in my form (Invalid Logon)
However if i Use the 60 character long hash, it will then logon as this is the text the C# can see in the table.
So i want the user to use theire Username / Password, and not this 60 char hashed file
Does anyone know what i'm talking about, and maybe are willing to point me in the correct dirrection.
then i would be sooo happy