Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 480 Bytes

File metadata and controls

4 lines (2 loc) · 480 Bytes

2.7.1 What is a TEE?

A TEE is a secure part of the CPU, or you may envision it as a coprocessor. It manages its own cryptographic keys, where the hardware manufacturer guarantees by the design that nobody, not even the system administrator or the OS, have access to those keys of the TEE or can read its memory. These characteristics allow completely confidential and untampered execution of software. It is commonly used to store secrets like fingerprints in encrypted form.