Earlier quoted context omitted.
It does more than that. From the [ios security guide]: > The Secure Enclave provides all cryptographic operations for Data Protection key management and maintains the integrity of Data Protection even if the kernel has been compromised. e.g. you can encrypt and decrypt, referencing a key by id, but without having the private key ever leave the enclave, even if the app or iOS kernel gets compromised. [ios security gui…
Sounds like basically what a cryptocurrency hardware wallet does. Several months ago I saw a project making wallet software that used the enclave. I forget who they were but I think they'll have a hard sell; everyone just reflexively assumed it was insecure because it was on a phone.
Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
11–20 of 38 posts
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#12Earlier quoted context omitted.
> unless you don’t understand how Apple’s Secure Enclave Processor (SEP) works. So basically it’s only misleading to 99.9999% of people?
Not on HN, where I expect most readers to understand what is firmware and what happens when you have its binaries and/or source code.
And even that's a tall order.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#13Earlier quoted context omitted.
It does more than that. From the [ios security guide]: > The Secure Enclave provides all cryptographic operations for Data Protection key management and maintains the integrity of Data Protection even if the kernel has been compromised. e.g. you can encrypt and decrypt, referencing a key by id, but without having the private key ever leave the enclave, even if the app or iOS kernel gets compromised. [ios security gui…
Sounds like basically what a cryptocurrency hardware wallet does. Several months ago I saw a project making wallet software that used the enclave. I forget who they were but I think they'll have a hard sell; everyone just reflexively assumed it was insecure because it was on a phone.
It's unfortunate people would draw negative connotations from it being on a mobile device. The security architecture of iOS and the SEP combined with the relatively wide deployment of iPhones makes for a great number of use cases.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#14Earlier quoted context omitted.
Sounds like basically what a cryptocurrency hardware wallet does. Several months ago I saw a project making wallet software that used the enclave. I forget who they were but I think they'll have a hard sell; everyone just reflexively assumed it was insecure because it was on a phone.
Indeed, cryptocurrency hardware wallets and the SEP are basically just HSMs (hardware security modules). It's unfortunate people would draw negative connotations from it being on a mobile device. The security architecture of iOS and the SEP combined with the relatively wide deployment of iPhones makes for a great number of use cases.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#15Nope. Apple published a whitepaper that details how the SEP works.[1] Decrypting the firmware does help researchers look for vulnerabilities in the implementation, but it's not like Apple is relying on it being a black box.
[1] https://www.apple.com/business/docs/iOS_Security_Guide.pdf
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#16Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#17Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#18Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#19> It’s a black box that we’re not supposed to know anything about Nope. Apple published a whitepaper that details how the SEP works.[1] Decrypting the firmware does help researchers look for vulnerabilities in the implementation, but it's not like Apple is relying on it being a black box. [1] https://www.apple.com/business/docs/iOS_Security_Guide.pdf
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#20The link makes it sound like SEP only handles TouchID - is this true, or does the SEP also deal with passcodes?
It does more than that. From the [ios security guide]: > The Secure Enclave provides all cryptographic operations for Data Protection key management and maintains the integrity of Data Protection even if the kernel has been compromised. e.g. you can encrypt and decrypt, referencing a key by id, but without having the private key ever leave the enclave, even if the app or iOS kernel gets compromised. [ios security gui…