Jump to content

user interface


Recommended Posts

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.

Link to comment
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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.