QUESTION POSED ON: 26 August 2009
I am working on a project with VB.NET 2008 as the front end and Oracle 10g Express Edition as the back end.
I am maintaining a table called USER which stores userid and password. Now I want to encrypt the password and store it in the database, and the same encrypted password must be accessed and checked with the user entered password in VB.NET 2008. How can this be done?
|