Can someone explain to me how doing a low-level write of all zeroes to the disk is not effective, but rewriting the data in encrypted form is effective? Let's say I have a 100Gb SSD disc and it contains 25Gb of files. If I read in my unencrypted files, encrypt them and write them back to the SSD, they won't necessarily end up in the same physical place as the unencrypted files. Won't the unencrypted files still be th…
My naive understanding is that SSDs have portions of memory that go bad. They then use other, reserved portions of memory. As a result, not all of the memory is exposed for access to the host OS, only the on-drive controller sees the full picture. As a result, you may (at this time) believe youve taken a certsin action, but the reality is that the controller has likely not done what you expect. This is how you may th…
Only a very advanced attacker is likley to be able to read those reserved sectors and be able to reconstruct data from them.
I'd say you are safe from everyone except the drive manufacturer, state actors, and people with more than $50k to gain from extracting info.