encryption of password

9 Ansichten (letzte 30 Tage)
ankur
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..??

Akzeptierte Antwort

Daniel Shub
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.

Weitere Antworten (2)

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

SAKSHI KUMARI
SAKSHI KUMARI am 14 Jan. 2021
ALOK

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by