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
Post a Comment