top | item 46765521

(no title)

nik282000 | 1 month ago

Factory reset an old phone and leave it in airplane mode.

If it get "lost" or "stolen" you aren't out much, and it doesn't contain any personal information. If "law enforcement" gets their hands on it the only data it has is the IMEI and maybe wireless MACs, enough to ID you based on previous use but they would have to contact telecos and request the info. Current "law enforcement" seems too chaotic to spend time tracing the owner of an empty phone.

discuss

order

thomascgalvin|1 month ago

I'm not an expert in digital footprint-hiding, but it's probably a good idea to replace / remove the SIM card as well. A factory reset will leave data laying around, just not accessible through "normal" means.

Krutonium|1 month ago

On any modern phone, your phones user partition is encrypted with a key that is itself encrypted by a key stored in the CPU. When you factory reset, what's happening is basically the key in the CPU is deleted, then re-created. At that point the data on your partition is random noise, so a new encryption key is derived and used to format the partition.

Even better, modern Android then encrypted your personal data with yet another layer based on your password/key/pattern you use to unlock your device. Many layers.

Retrieving that data would be incredibly hard even for a nation state unless the encryption used was deliberately backdoored, and even then once the device TRIM's the space (which it likely does prior to formatting) that data is gone on a hardware level.

(TL;DR Can't move the memory chip to a new device, and even if you backdoor the OS you still need the users password)