Store .mat files as protected files

11 visualizaciones (últimos 30 días)
Jack
Jack el 8 de Ag. de 2014
Editada: Jan el 11 de Ag. de 2014
Hi. I was searching for a method to encrypt .mat files. I find some pages like :
Some of the links can't work in first page. I have a GUI that create some .Mat files (Databases). I want protect or encrypt these databases. I want only my program read these files not other third party programs and users.
How can I do this? My MATLAB version is R2014a .
Thanks.

Respuestas (1)

Jan
Jan el 11 de Ag. de 2014
Editada: Jan el 11 de Ag. de 2014
It depends on the required level of security.
It would be relatively easy to create a function, which encrypts Matlab arrays before calling save. But either the encryption method is such weak, that it takes only minutes to break it. Or the encryption is strong and the US export restrictions do not allow to publish the corresponding commands to avoid, that evil persons encypt their evil plans. (I do not have any sympathies for terrorists.)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by