Hacker News new | ask | show | jobs
by codedokode 238 days ago
Why the keys for my device should be not accessible for me? The purpose of secure enclave is to prevent administrator from accessing the data.
1 comments

A secure enclave should allow no one to access the data inside. It's essentially a little self contained computer that can do some basic crypto operations using the stored keys. It should never disclose the keys.