MATLAB: Should I encrypt the files before compilation

compilerencryptionMATLAB Compilerpcodeprotection

If I create a Standalone application by means of MATLAB Compiler are my source codes (m-files) safety after compilation to .exe file or someone anyhow can get an access to m-files of the compilated product? Or should I make p-files from m-files before compilation to Standalone App?

Best Answer

No there is no need to encrypt your mfiles before compiling to an exe.