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일

0 개 추천

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일

0 개 추천

The FileExchange is a good start point, when you look for solutions of standard problems.

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

태그

질문:

2011년 11월 5일

답변:

2021년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by