Hiding text of a string (like passwords) - not logindlg function
Mostra commenti meno recenti
I need to set an "Edit Text" as a password input area, and I want the text entered by users is not visible, but replaced by symbols.
I'd like to have some indication to create my function. I already saw the video by Doug Hull about how to crypt the pwd, but I have to create a function because I already have a gui structure, and I have to set it after
function PWD_Callback(hObject, eventdata, handles)
Do you have any idea on how to set up work?
Thanks in advance!
1 Commento
Jan
il 3 Dic 2011
Please do not post two questions for one problem. You can edit your original answer to add more information.
See: http://www.mathworks.com/matlabcentral/answers/22922-hiding-text-of-a-string-like-passwords
Risposta accettata
Più risposte (2)
Image Analyst
il 3 Dic 2011
0 voti
Did you see the File Exchange submissions on passwords. Most or all of those have a function that pops up a small gui and asks for, and masks, the username and password. http://www.mathworks.com/matlabcentral/fileexchange/?term=password
Categorie
Scopri di più su Just for fun in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!