Protecting Source Code in Matlab vs. Python -


i need write program in either python or matlab contains proprietary information, not reveal proprietary information if program distributed.

while realize determined hacker can reverse engineer source code, easier secure code written in python or matlab?

in matlab can use command pcode, preparses matlab code form unreadable humans, runs same (actually, faster) original matlab code. happens each .m file pcode, you'll new file .p extension. .p file runs same .m file, unreadable.

alternatively, can purchase matlab compiler, convert entire application standalone executable code encrypted.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -