펌웨어 보안

하드웨어를 제어하는 펌웨어를 무단 액세스 및 변조로부터 보호하여 장치의 무결성을 보장하는 기술입니다.

하드웨어 보안의 핵심입니다. 부팅 시 펌웨어의 무결성을 검증하는 시큐어 부트(Secure Boot)와 하드웨어 신뢰 루트(Root of Trust)를 포함합니다. 펌웨어 공격은 OS 재설치 후에도 지속될 수 있어 위험하며, 모든 업데이트는 암호화 서명을 통해 보호되어야 합니다.

        graph LR
  Center["펌웨어 보안"]:::main
  Rel_hardware_security["hardware-security"]:::related -.-> Center
  click Rel_hardware_security "/terms/hardware-security"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

Generated ELI5 content

🤓 Expert Deep Dive

Generated expert content

❓ 자주 묻는 질문

시큐어 부트란 무엇인가요?

장치 부팅 시 서명되고 신뢰할 수 있는 펌웨어만 실행되도록 보장하는 보안 메커니즘입니다.

📚 출처