码迷,mamicode.com
首页 > 其他好文 > 详细

Automotive Security的一些资料和心得(3):Vehicular Security技术

时间:2015-08-06 14:45:42      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

1. Overview

1.1. Secure Hardware Extension (SHE)

基本结构:ECU里面有一块单独的Secure Zone。Secure Zone里面是SHE模块。SHE包含Control Logic, AES,PRNG, Memory。SHE模块和CPU通讯。

功能:

- Symmetric cryptography, AES-128 with ECB, CBC。 

- Secure key store

- Secure boot loader

- Anthetication

- Against replay attacks

限制:

- 不能保护application software

- 没有public-key cryptography

- 不能保护 replay attacks

- 同时只能一个instance访问SHE

 

1.2. Hardware Security Module (HSM)

- Symmetric cryptography

- Secure key store

- Secure boot loader

- Secure memory

- Implemented within the application CPU‘s ASIC

- Support software modules

EVITA

限制:

- 需要和普通应用CPU一起集成在ASIC里面

 

SHE vs. HSM

EVITA full > EVITA medium > SHE > EVITA light

 

2. Vehicular Security Architectures

集中,分布,mix

 

Automotive Security的一些资料和心得(3):Vehicular Security技术

标签:

原文地址:http://www.cnblogs.com/leonliuxue/p/4707897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!