Earlier quoted context omitted.
What is "Google Messages"? I can't count the number of articles people have written over time about how many first-party messaging apps Google themselves have put out (and then put down), not to mention what messaging apps get shoveled on by third-party android integrators. > the main reason a message wouldn't be properly end-to-end encrypted in Google's Messages app is when communicating with an iPhone user, because…
HSMs are designed to protect encryption keys from everyone including the manufacturer. Signal trusts them for their encryption features. It's the best security possible for E2EE backups with passcode recovery, and Apple does it too for the subset of data that they do real E2EE backups on, like Keychain passwords. Characterizing using an HSM to implement E2EE securely as "not any better than" just giving up on E2EE fo…
Apple Platform Security (Jan 2026) [pdf]
71–80 of 205 posts
Re: Apple Platform Security (Jan 2026) [pdf]
#72Earlier quoted context omitted.
Apple sells some ads yes. But it’s a tiny fraction of their revenue. Would Google or Meta go bankrupt if they stopped selling ads? Yes. Apple wouldn’t.
What does whether they’d go bankrupt or not have to do with whether they’re an ad company? They sell third party ads: companies unaffiliated with Apple pay Apple to advertise on Apple platforms. They’re an ad company. Just because it’s currently a small slice of their total revenue doesn’t make it untrue.
Re: Apple Platform Security (Jan 2026) [pdf]
#73Earlier quoted context omitted.
HSMs are designed to protect encryption keys from everyone including the manufacturer. Signal trusts them for their encryption features. It's the best security possible for E2EE backups with passcode recovery, and Apple does it too for the subset of data that they do real E2EE backups on, like Keychain passwords. Characterizing using an HSM to implement E2EE securely as "not any better than" just giving up on E2EE fo…
The HSMs that Signal and Apple are using are on-device though. Yes you still have to trust Signal / Apple to not exfil your key matter once decrypted by the HSM, but I submit that that is materially better than having the HSMs be hosted in a datacenter.
Re: Apple Platform Security (Jan 2026) [pdf]
#74Earlier quoted context omitted.
Apple sells some ads yes. But it’s a tiny fraction of their revenue. Would Google or Meta go bankrupt if they stopped selling ads? Yes. Apple wouldn’t.
Apple would go bankrupt without US protectionist policy propping up their service revenue. That's pretty bad. Maybe not "reliant on ad monopoly" bad, but pretty close.
Re: Apple Platform Security (Jan 2026) [pdf]
#75Earlier quoted context omitted.
Apple sells some ads yes. But it’s a tiny fraction of their revenue. Would Google or Meta go bankrupt if they stopped selling ads? Yes. Apple wouldn’t.
What does whether they’d go bankrupt or not have to do with whether they’re an ad company? They sell third party ads: companies unaffiliated with Apple pay Apple to advertise on Apple platforms. They’re an ad company. Just because it’s currently a small slice of their total revenue doesn’t make it untrue.
Making some cash on ads doesn’t have to rely on targeted tracking. That only matters if ads are an existential part of your business, and without huge ad revenue growth, your company is dead.
Re: Apple Platform Security (Jan 2026) [pdf]
#76Sometime I wonder how much overhead all these security features take in terms of performance. I would really like to see a benchmark with and without security measures.
Re: Apple Platform Security (Jan 2026) [pdf]
#77Earlier quoted context omitted.
That people fall for this corporate BS while Tim Cook is giving gold bars to Trump and dining and dancing with him When people are being murdered on the streets by ice is just amazing to me.
Well that’s what Americans voted for. So I don’t think anyone cares that every CEO (definitely not just Tim Cook) is schmoozing with Trump.
Re: Apple Platform Security (Jan 2026) [pdf]
#78> On devices with iOS 14 and iPadOS 14 or later, Apple modified the C compiler toolchain used to build the iBoot bootloader to improve its security. The modified toolchain implements code designed to prevent memory- and type-safety issues that are typically encountered in C programs. For example, it helps prevent most vulnerabilities in the following classes:
> • Buffer overflows, by ensuring that all pointers carry bounds information that’s verified when accessing memory
> • Heap exploitation, by separating heap data from its metadata and accurately detecting error conditions such as double free errors
> • Type confusion, by ensuring that all pointers carry runtime type information that’s verified during pointer cast operations
> • Type confusion caused by use after free errors, by segregating all dynamic memory allocations by static type
Re: Apple Platform Security (Jan 2026) [pdf]
#79[flagged]
This is your blog post, so I'll ask you a question. What are you trying to state in Belief #1? The message is unclear to me with how it's worded: > In this table, in the "iCloud Backup (including device and Messages backup)" row, under "Standard data protection", > the "Encryption" column reads "In transit & on server". Yes, this means that Apple can read all of your messages > out of your iCloud backups. In addition…
Matthew Green has some great posts about iMessage security. This one describes the key lookup issue:
https://blog.cryptographyengineering.com/2015/09/09/lets-tal...
Looking at the linked Apple Platform Security, it seems like the Apple Identity Service is still used as a public key directory.
Re: Apple Platform Security (Jan 2026) [pdf]
#80They made C memory safe? This is a big thing to gloss over in a single paragraph. Does anyone have extra details on this? > On devices with iOS 14 and iPadOS 14 or later, Apple modified the C compiler toolchain used to build the iBoot bootloader to improve its security. The modified toolchain implements code designed to prevent memory- and type-safety issues that are typically encountered in C programs. For example,…