I have a 'users' table in which the password is stored using MD5 encryption. (Drupal created this table)
I have my Windows Application in which I have a login window. What I want to do is take the password from that table. So, in the textfield that asks for password, it must be converted into MD5. How can this be done in Vb.NET?
Or is there any other alternative so that I can still be able to authenticate from the same table in the database?