There are multiple levels of protection one might want. I.e. when you are being selected for random questioning entering US as a non-US citizen, you'd benefit from steganography-like approach: you give a password, and relatively bland, non-personal stuff shows up, giving appearance of full access to a system. If you only care about your privacy, the next one is to have a destroy-everything script (and it's not that h…
PAM Duress – Alternate passwords for panic situations
101–110 of 358 posts
Re: PAM Duress – Alternate passwords for panic situations
#102Re: PAM Duress – Alternate passwords for panic situations
#103The company that was pitching my employer retina scanners on data center doors 20 years ago had an idea like this. Left eye gets you in, right eye gets you in and alerts security.
As long as the sides are the employee's choice (i.e. the threat actor needs to not be able to know which eye is the duress one).
Re: PAM Duress – Alternate passwords for panic situations
#104Comments are full of gunpoint scenarios, but I think a far more likely scenario for most HN readers is law enforcement / customs agents asking you to unlock your device during travel or some other random checkpoint so they can scan it. In that case, I doubt the officer would even have a clue about the use of a duress password to selectively and silently delete some private data. I think the biggest risk would be that…
Re: PAM Duress – Alternate passwords for panic situations
#105Comments are full of gunpoint scenarios, but I think a far more likely scenario for most HN readers is law enforcement / customs agents asking you to unlock your device during travel or some other random checkpoint so they can scan it. In that case, I doubt the officer would even have a clue about the use of a duress password to selectively and silently delete some private data. I think the biggest risk would be that…
This scenario was considered by the author
Re: PAM Duress – Alternate passwords for panic situations
#106Comments are full of gunpoint scenarios, but I think a far more likely scenario for most HN readers is law enforcement / customs agents asking you to unlock your device during travel or some other random checkpoint so they can scan it. In that case, I doubt the officer would even have a clue about the use of a duress password to selectively and silently delete some private data. I think the biggest risk would be that…
In the US, at minimum you’re lying to a federal agent. Never a good idea.
Re: PAM Duress – Alternate passwords for panic situations
#107Comments are full of gunpoint scenarios, but I think a far more likely scenario for most HN readers is law enforcement / customs agents asking you to unlock your device during travel or some other random checkpoint so they can scan it. In that case, I doubt the officer would even have a clue about the use of a duress password to selectively and silently delete some private data. I think the biggest risk would be that…
"You could even spawn a process to remove the pam_duress module so the threat actor won't be able to see if the duress module was available" This scenario was considered by the author
Re: PAM Duress – Alternate passwords for panic situations
#108There are multiple levels of protection one might want. I.e. when you are being selected for random questioning entering US as a non-US citizen, you'd benefit from steganography-like approach: you give a password, and relatively bland, non-personal stuff shows up, giving appearance of full access to a system. If you only care about your privacy, the next one is to have a destroy-everything script (and it's not that h…
Is there a practical way to implement this today with Linux? I know VeraCrypt supports hidden operating systems, but I think only Windows?
Re: PAM Duress – Alternate passwords for panic situations
#109The company that was pitching my employer retina scanners on data center doors 20 years ago had an idea like this. Left eye gets you in, right eye gets you in and alerts security.
Could also blink Morse code. It’s been done before: https://m.youtube.com/watch?v=rufnWLVQcKg
Re: PAM Duress – Alternate passwords for panic situations
#110Earlier quoted context omitted.
Why would being security conscious automatically disqualify biometrics? Security is all about threat models, and I can imagine quite a few scenarios where biometrics might fare better than passwords. Shoulder surfing and trivial passwords/PINs come to mind, for example. And who said that it's biometrics vs. anything else? It's quite advisable to combine authentication factors.
Shoulder surfing and weak passwords are both something you can control at any time. Biometric identification can be exploited involuntarily by someone literally using force to apply your finger to a device or similar. I shouldn't need to say this, it's so obvious that it's a common plot device in action movies.