Safety concern of security

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Safety concern of security

690 次查看
sy2219
Contributor I

Hi,

I'm watching S32G for safety application.

And I'm a bit puzzled since it seems no safety mechanism for security.

I suppose if the bare data (from CPU) could be corrupted by faults security. If AES rather than SHA-256 is used, since no hash(redundant bits) for check, what's the mitigation?

0 项奖励
1 回复

570 次查看
naveenm
NXP Employee
NXP Employee

Hi,

When safety related data is encrypted or decrypted by the S32G it must also be protected with an integrity check, e.g. CRC or CMAC for this reason. A CRC should be calculated over the data prior to encryption. If the HSE then corrupts the data while it is encrypting or decrypting, this will be detectable with the integrity check.

Regards,

NaveenM

0 项奖励