Sunday, November 14, 2010

How to give a password for a program made by using vb.net ?

Can anyone tell me the exact coding used to give a password for a program created using vb.net ?How to give a password for a program made by using vb.net ?
It's not really exactly clear what you're trying to do. Are you trying to write a program that can generate a password? Are you trying to get a password for an existing VB.NET application (that is, ';crack it';)?



[EDIT]



Ok, and does each user have a password or is there one master password for the system? Either way, the most common way is to just store the password in the database and validate based on a login attempt.

No comments:

Post a Comment