Hi all,
I need to accept the password from the user, take it to the database in a server and verify it with a value in the password field in a table and if matches,i need to allow the user to proceed with the furthur navigation.
When i take the password from the browser to my server, there are possibilities of hacking the password text. I need to protect it as under;
encrupt the password text and take it to server and decrypt it there and verify and again encrypt and take back to client and decrypt in the clients place.
I know this is a non vb question, still throught someone of you could help me.
thanx for any help.


Reply With Quote