How to encrypt ".mlapp" file ?

조회 수: 7 (최근 30일)
Aidin Esmkhani
Aidin Esmkhani 2023년 4월 14일
편집: Prasannavenkatesh 2023년 7월 8일
How can I encrypt ".mlapp" app designer file without using MATLAB Compiler ? I want to create an installation file of an application which is created by app designer and encrypt the source file of the application.
  댓글 수: 2
pragnan nadimatla
pragnan nadimatla 2023년 7월 7일
As per my understanding you want to encrypt .mlapp app designer file without using MATLAB Compiler.I don’t think you can encrypt source file of a MATLAB app designed in App Designer without MATLAB Compiler because Designer Files are MATLAB Code files which can be easily read and modified by anyone access to file.
If you want to protect source code of your app designer app, you can use MATLAB Compiler to create standalone executable or shared library. This will compile your code into a format that can be run on any machine without requiring MATLAB Installation. This compiled code can also be encrypted to protect the source code.
Jonas
Jonas 2023년 7월 7일
another option may be exporting the mlapp to .m files and converting the m file to .p file

댓글을 달려면 로그인하십시오.

답변 (1개)

Prasannavenkatesh
Prasannavenkatesh 2023년 7월 8일
편집: Prasannavenkatesh 2023년 7월 8일
Hi Aidin,
you can use App Designer to export the code as a .m file and then use the pcode function (https://in.mathworks.com/help/matlab/matlab_prog/building-a-content-obscured-format-with-p-code.html) as normal.

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by