Earlier 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.
Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
21–30 of 38 posts
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#22August 18, 2017 Also, don't be mislead by the headline. To quote a comment on the article: "Imagine the Secure Enclave as a vault. Apple hung a big, dark curtain over it to prevent anyone from even seeing the vault. Now, that curtain has been opened and people can see the vault. The vault, however, is still locked as securely as ever."
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#23August 18, 2017 Also, don't be mislead by the headline. To quote a comment on the article: "Imagine the Secure Enclave as a vault. Apple hung a big, dark curtain over it to prevent anyone from even seeing the vault. Now, that curtain has been opened and people can see the vault. The vault, however, is still locked as securely as ever."
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#24> 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
Can you point out the section in that whitepaper that describes SEP in detail? Because all I see is a high-level marketing document.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#25Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#26August 18, 2017 Also, don't be mislead by the headline. To quote a comment on the article: "Imagine the Secure Enclave as a vault. Apple hung a big, dark curtain over it to prevent anyone from even seeing the vault. Now, that curtain has been opened and people can see the vault. The vault, however, is still locked as securely as ever."
Isn't it more like getting the plans to the vault?
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#27Earlier quoted context omitted.
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.
The secure enclave uses secp256r1 while blockchain typically use secp256k1. Since private keys can't be imported, blockchain devs still require software interface until one or the others adopts the scheme.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#28Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#29> 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
Can you point out the section in that whitepaper that describes SEP in detail? Because all I see is a high-level marketing document.
Re: Apple’s Secure Enclave Processor (SEP) Firmware Decrypted
#30Earlier quoted context omitted.
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.
The secure enclave uses secp256r1 while blockchain typically use secp256k1. Since private keys can't be imported, blockchain devs still require software interface until one or the others adopts the scheme.