Albert
2010-12-21 13:55:21 UTC
We develop comprehensive code and algorithms in matlab, compile it with matlab compiler, link it together with C-Code (GUI, etc.) and deploy the application to customers. Now I have some concerns in savety of our source code and protection of intellectual property.
I understand, that compiled code is AES encrypted in the deployed CTF archives and remains encrypted even after extraction of the CTF archive.
nevertheless there are 2 important leaks:
- The key for encryption/decryption is known to mathworks, and there is no way for us to control leaks.
(Maybe there are already cracks available. Has anybody heard of it?)
- all original filenames of the source are visible after extraction, which is a first important hint on the applied algorithms.
Any ideas how to overcome this weakness?
Thx, Albert
I understand, that compiled code is AES encrypted in the deployed CTF archives and remains encrypted even after extraction of the CTF archive.
nevertheless there are 2 important leaks:
- The key for encryption/decryption is known to mathworks, and there is no way for us to control leaks.
(Maybe there are already cracks available. Has anybody heard of it?)
- all original filenames of the source are visible after extraction, which is a first important hint on the applied algorithms.
Any ideas how to overcome this weakness?
Thx, Albert