Protect the code

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Protect the code

1,370件の閲覧回数
boshimao
Contributor II

Hi,

I would like to ask, I use the MPC5744, I would like to protect my code, for example, others get the source code can not be amended, if the amendment can not compile. What should I do?Thank you.

0 件の賞賛
返信
2 返答(返信)

1,251件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hi,

I expect that you are talking about code encryption.

Unfortunately micro you have chosen does not support HW protection  like HSM (hardware security module) or CSE (cryptographic service engine).

On the other hand you can use Flash array integrity check to prevent any unintended code change. But one with source code can easily find and modify the code to skip this check.

It is common that customers use external cryptographic tools to encrypt generated binary output files. This is based on polynomial encrypting and it's quite hard to break these encryption tools.

Peter

1,251件の閲覧回数
boshimao
Contributor II

hi,

Can the compiler compile the code into a library file, and then someone else can only call.

0 件の賞賛
返信