Conversation

a trend with laptops that needs to die is this whole "lets just put the NVMe directly on the motherboard" thing. apple started it, but now other vendors have followed. i shouldn't have to do impromptu board repair to save my data.
13
155
Replying to
Just FYI, but at least with Apple’s implementation, the onboard SSD is cryptographically linked with the security coprocessor. Even if you could remove the SSD, there is nothing useful that can be done (unless you count erasing the drive as useful)
1
9
UFS/NVMe controller in the SoC is how most mobile devices work. Snapdragon has similar inline encryption/decryption support, but it's optional to use in the wrapped key mode where the OS can't access the keys. Even when it's not in wrapped key mode, keys are usually hw bound.
3
2
You can see ext4 and f2fs have inline cryptography hardware support. The current generation implementation of filesystem-based encryption and the hardware support for it isn't available in the mainline kernel yet though. It tends to lag a couple years behind what's shipping.
1
Show replies