karthas Posted March 8, 2005 Report Share Posted March 8, 2005 Hi, I want to build a user interface which ask the user for username& password. I would like to know how can we check this username&password combinations?. can we reference to a file which has all the comibnations. bye karthas Quote Link to comment
dhuff Posted March 8, 2005 Report Share Posted March 8, 2005 You can make a simple password pop-up window by using the Prompt User For Input VI, it is an express VI on the Time & Dialog controls. You can configure it to return a string to your VI, then compare it to the actual password. You could use the File I/O VI's to make a password file, and read it into the VI before you prompt the user, so the password is not actually stored in the VI. Quote Link to comment
i2dx Posted March 11, 2005 Report Share Posted March 11, 2005 You can make a simple password pop-up window by using the Prompt User For Input VI, it is an express VI on the Time & Dialog controls. You can configure it to return a string to your VI, then compare it to the actual password. You could use the File I/O VI's to make a password file, and read it into the VI before you prompt the user, so the password is not actually stored in the VI. 4170[/snapback] maybe you want some encryption for your username/password files ? then you can use this very simple XOR-"Encryption", which makes the text at least "unreadable" 2 humans, but it will not withstand any brute force cracking ;-) best regards, cb Download File:post-885-1110525035.zip Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.