encryption of password
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
ankur
am 5 Nov. 2011
Beantwortet: SAKSHI KUMARI
am 14 Jan. 2021
I want to use a password to open a folder.I am able to do that by matlab programming,but my password is shown while writing.How can i encrypt my password by '*****' while writing itself..??
0 Kommentare
Akzeptierte Antwort
Daniel Shub
am 5 Nov. 2011
Don't do this. Displaying a series of *'s to mask the password is not encryption. MATLAB is still saving the password in an unencrypted state despite what is shown on the screen. All the *'s are doing is hiding a security flaw.
0 Kommentare
Weitere Antworten (2)
Jan
am 5 Nov. 2011
- FEX: passcode
- FEX: passwordentrydialog
- FEX: getauthentication
- FEX: 41 GUI examples (example 37)
- FEX: login
- FEX: password-gui
- FEX: passwordui
The FileExchange is a good start point, when you look for solutions of standard problems.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!