Discussion
Search code, repositories, users, issues, pull requests...
mrdomino-: Neat idea.I remember way back in the day, there was some question as to the legality of compelled unlocking of devices; IIRC, it’s been deemed legal to compel a fingerprint, but illegal (under the first amendment?) to compel entry of a password—IIRC, as long as that password hasn’t been written down anywhere.I gather this is written to that end primarily? Or is there some other goal as well?
xoxxala: The website has some more info on the biometric vs. password debate and legal situation:https://paniclock.github.io/
seanieb: I wrote this after the case of a Washington Post reporter, Hannah Natanson, was compelled to unlock her computer with her fingerprint. This resulted in access to Desktop Signal that was on her computer.https://www.yahoo.com/news/articles/washington-post-raid-pro...Edit: I've a lot more details about the legality and precedence on the apps landing page https://paniclock.github.io/
Forgeties79: PSA to iOS users: if you tap the lock button 5x it forces password-only unlocking. Useful at protests or any precarious situations with law enforcement.
quicklywilliam: Great idea and implementation! If you are hesitant to install this for any reason, you can accomplish the same thing with this one liner: sudo bioutil -ws -u 0; sleep 1; sudo bioutil -ws -u 1 Edit: here's a shortcut to do the same https://www.icloud.com/shortcuts/9362945d839140dbbf987e5bce9...
chuckadams: Bringing up the shutdown screen (hold lock and either volume button) will also do it.
itsdesmond: I did not know that. That is extremely convenient. Thank you.
p0w3n3d: What's the rationale? It should be described in the README.md IMO
seanieb: That's good feedback. I just added it to the readme:> "PanicLock fills a gap macOS leaves open: there is no built-in way to instantly disable Touch ID if it matters. Biometrics are convenient day-to-day, but US courts have ruled that law enforcement can compel a fingerprint or face unlock without violating the Fifth Amendment, a protection passwords still carry. PanicLock gives you a one-click or hotkey panic button from the menu bar that immediately disables Touch ID and locks your screen, restoring password-only protection without killing your session or shutting down."I've more details on the apps landing page - paniclock.github.io
itsdesmond: A person might use it to stop someone getting into your computer through certain types of physical coercion, forcing your finger to the reader, or (much less likely but I’m sure security services know how) a copy of your fingerprint.But it isn’t a why, it is a what. That what is a tool that lets you quickly disable Touch ID for whatever reason you want to.
mrdomino-: Cool, thank you.
orthogonal_cube: Honestly I’m surprised this wasn’t already a feature in macOS. Thank you for coding it and publishing as open-source!
sigio: On GrapheneOS (and maybe android generic?) this calls the emergency number, I just found out (with a 5 second timer to cancel this luckily)
alin23: Hook this to a lid angle below 30° trigger in https://lowtechguys.com/crank and you can easily make it run on a simple lowering of the lid
freehorse: Tapping it 5 (6? 7? 20?) times works better while panicked, though.