encryption of password

25 次查看(过去 30 天)
ankur
ankur 2011-11-5
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..??

采纳的回答

Daniel Shub
Daniel Shub 2011-11-5
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.

更多回答(2 个)

Jan
Jan 2011-11-5
The FileExchange is a good start point, when you look for solutions of standard problems.

SAKSHI KUMARI
SAKSHI KUMARI 2021-1-14
ALOK

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by