Can I access the code for my packaged app?

I've created and packaged an app using the App Designer, and I want to share it.
However, I only want others to use my app and not have access to the app code.
Is it possible to package an app without making the code inaccessible?
Is the code inaccessible when using app packing function in the MATLAB?

3 Kommentare

Angelo Yeo
Angelo Yeo am 14 Nov. 2023
Bearbeitet: Angelo Yeo am 14 Nov. 2023
Have you tried Application Compiler? Compiled apps are encrypted, so one cannot see its source code.
https://www.mathworks.com/help/compiler/applicationcompiler-app.html
홍제 정
홍제 정 am 14 Nov. 2023
Thanks a lot. I have packeged with application complier, then,
I was just wondering if the code is automatically encrypted when using the application compiler.
Angelo Yeo
Angelo Yeo am 14 Nov. 2023
Bearbeitet: Angelo Yeo am 14 Nov. 2023
Yes, Application Compiler encrypts m-files automatically. Note that the compilation uses AES (Advanced Encryption Standard), which is different from p-code. P-codes obfuscate codes.
Information on encryption is not fully documented, but you can find hints in the doc below.
https://www.mathworks.com/help/compiler/mcc.html

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Chunru
Chunru am 14 Nov. 2023

1 Stimme

Perhaps the most straightforward way is to convert your m-code to pcode (doc pcode for more details). Compiling is another option, but it may be more involved (need compiler).

1 Kommentar

Angelo Yeo
Angelo Yeo am 14 Nov. 2023
Bearbeitet: Angelo Yeo am 14 Nov. 2023
Ah, I agree. p-code can be a convenient way to go. For OP's information, one can export apps into "m" file.
This can be obscured with pcode.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange

Produkte

Version

R2022a

Gefragt:

am 14 Nov. 2023

Bearbeitet:

am 14 Nov. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by