An defense contractor is engineering autonomous marine surveying submersibles deployed in untrusted oceanic regions. The vehicle onboard processing unit must generate device-unique cryptographic keys for encrypting collected telemetry. To resist sophisticated physical tamper attacks—such as silicon chip decapsulation, focused ion beam microprobing, and non-volatile memory readout if a submersible is captured—the keying material must not exist as stored digital bits anywhere on physical media when powered off. Which hardware security technology should be implemented to meet this requirement?
- A Physically Unclonable Function (PUF) embedded within the system-on-chip siliconAnswer
- BA discrete Trusted Platform Module (TPM 2.0) chip soldered to the motherboard bus
- CA high-performance central Hardware Security Module (HSM) accessed via encrypted network tunnels
- DA software-based Trusted Execution Environment (TEE) provisioned in the host hypervisor
Answer
A Physically Unclonable Function (PUF) embedded within the system-on-chip silicon
A Physically Unclonable Function (PUF) leverages microscopic physical variations inherent in semiconductor manufacturing to generate unique cryptographic keys on demand. Because the key is derived dynamically from physical silicon properties rather than stored as persistent binary data in non-volatile memory, an attacker cannot extract key material even when performing physical chip decapsulation or direct microprobing.
Step-by-Step Solution
Key Concept
Physically Unclonable Functions (PUF) and Hardware Root of Trust Anti-Tamper Mechanisms
Estimated Time:2m 0s