How to encrypt the .m source code.

49 visualizaciones (últimos 30 días)
aero123
aero123 el 26 de Nov. de 2021
Comentada: Walter Roberson el 26 de Nov. de 2021
I have to share the matlab code with the company, but I want to encrypt it so that the company doesn't know my source code.
The encrypted code should not be inverted to the original source code.
I looked up the pcode, and it was said that it was not recommended because the converted code was not encrypted, so it was difficult to use.

Respuestas (1)

C B
C B el 26 de Nov. de 2021
So here are the some links from help
You can look at second option
  • Compile into binary format — Compile your source code files using the MATLAB Compiler to produce a standalone application. Distribute the latter to end users of your application.
  3 comentarios
C B
C B el 26 de Nov. de 2021
Omg i didn't knew that. Is it the same case with .p file ?
Walter Roberson
Walter Roberson el 26 de Nov. de 2021
It is known for sure that some people can extract readable code from .p files.

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by