Borrar filtros
Borrar filtros

package with App and deploy

2 visualizaciones (últimos 30 días)
Kamuran
Kamuran el 3 de En. de 2016
Respondida: Walter Roberson el 4 de En. de 2016
Hello, I have a quick question. Is there a difference between packing your code via app packaging and create a executable deployment. My main concern is actually IP protection. I know that when you create executable Matlab encrypts your code so user can not access your source codes. Does App packaging do the same thing?
Thanks Erdem

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de En. de 2016
app packaging does no protection at all. Think of it as being like pkzip .
Note: creating an executable still leaves a lot of traces behind that can be found with appropriate debuggers. For example the names of the routines can be rather revealing.
Someone was able to write a tool to decompile pcode; see https://sites.google.com/site/sippeyfunlabs/matlab-hacks/please-do-not-secure-your-password-in-matlab-p-code . This is not the same as the encrypted CTF archives, but it does show that security is difficult in MATLAB and sufficiently motivated users might be able to extract more information than you might wish.

Categorías

Más información sobre Entering Commands en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by