|
-
Sep 7th, 2011, 09:44 AM
#1
Thread Starter
New Member
Website Client Login
Hi there!
I have my own website which is running on IPB (Invision Power Board). I have made a client in visual basic 2010. I have set up the connection to the database of my website, but i have a problem with login. The thing is that i can only login with the MD5 generated string from phpmyadmin, but i want to make it to login with plain passwords. I just cant figure it out how to do that, what code and where to add it?
-
Sep 7th, 2011, 10:14 AM
#2
Re: Website Client Login
Welcome to the forums. How do you connect to php ?
Please mark you thread resolved using the Thread Tools as shown
-
Sep 7th, 2011, 10:46 AM
#3
Thread Starter
New Member
Re: Website Client Login
 Originally Posted by danasegarane
Welcome to the forums. How do you connect to php ?
what do you mean? can you add me on skype please? krizzan87
-
Sep 7th, 2011, 11:47 AM
#4
Re: Website Client Login
You do not want to make passwords plain-text. That means your database, if it gets hacked, will contain unhashed passwords and that's a security problem. How do you think IPB does it? They hash the password and check it against the database. You should do the same.
-
Sep 12th, 2011, 09:58 PM
#5
New Member
Re: Website Client Login
its a MD5 algorithm you need to add it to your client... so that it hashs your password automatically when you press login then enters the hashed password to login...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|