this post was submitted on 28 Jul 2026
311 points (99.1% liked)

Privacy

4955 readers
178 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

The U.S. government has charged Samuel Tunick with allegedly typing in a passcode to wipe his phone before officers could search it. “I hope people understand that the charges against me are meant to intimidate people,” he said.

Just another example of the Trump admin trying to intimidate protestors using whatever the fuck they can to bring up whatever charges they can.

you are viewing a single comment's thread
view the rest of the comments
[–] drcobaltjedi@programming.dev 2 points 5 days ago

I mean, most people don't know their encryption keys. A correct password retrieves the keys from the TPM, the duress pin wipes the TMP so now even a correct password is unable to get any of the data.

Hell, even if you use the same password in multiple locations (you shouldn't) a good service will salt (add a random but consistent jumble of characters for your account specifically) and then hash (weird complicated math that makes it really hard to reverse your password) your salted password then check if that salted hash matches what's on file.