Can a script m-file be encrypted?

 Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Nov. de 2016

1 voto

You have three options:
1) Use pcode which obfuscates code (makes it more difficult to access and understand) but does not actually encrypt it.
2) Use MATLAB Compiler to compile everything. MATLAB Compiler encrypts using AES.
3) Use your own encryption scheme. It will be necessary to decrypt the code before it can be executed.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 11 de Nov. de 2016

Respondida:

el 11 de Nov. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by