NThe Prayer Network
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Show HN: PanicLock – Close your MacBook lid disable TouchID –> password unlock (github.com)
quicklywilliam 15 hours ago [-]
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 run the above and then lock your screen. You can give it a global keyboard shortcut in the Shortcuts app. https://www.icloud.com/shortcuts/9362945d839140dbbf987e5bce9...
alin23 14 hours ago [-]
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
Wowfunhappy 10 hours ago [-]
At that point, why not just disable Touch ID?
hervature 10 hours ago [-]
When the bad guys are too impatient to wait until you leave the computer but not fast enough to stop you before 30 degrees while keeping the convenience of life.
wodenokoto 10 minutes ago [-]
Maybe clicking the Touch ID button could invalidate the login attempt and ask for password?

I like logging in with my finger print, but I would like an “out” in the same vein as this.

VectorLock 4 hours ago [-]
Can you get TouchID to register multiple fingers and script the actions; maybe your middle finger unlocks touchID, but your index finger disables touchID until you enter your password.
momentmaker 7 hours ago [-]
The iOS equivalent is to hold the side + volume button until the power slider shows up. Cancel out of it and the next unlock will require your passcode. Pressing the side button 5x triggers Emergency SOS which does the same thing. Been there forever but barely anyone knows about it.

Nice to see something like this on the Mac side.

tverbeure 7 hours ago [-]
Or IMO easier: press the on/off button 5 or more times in rapid succession.
mrdomino- 15 hours ago [-]
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?

seanieb 15 hours ago [-]
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 her Desktop Signal on her computer, revealing sources and their conversations.

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/

dang 9 hours ago [-]
(I've put a copy of this text at the top of the thread, since it's standard for Show HNs to have some intro/background up there. I hope that's ok with you!)
seanieb 9 hours ago [-]
Thank you!
mrdomino- 15 hours ago [-]
Cool, thank you.
iamcalledrob 2 hours ago [-]
I wonder if the US is the only place where this applies?

The UK, I believe, can compel you to provide passwords that you would be reasonably expected to know.

FerretFred 2 hours ago [-]
Sadly yes. IANAL but under the Ripa Act they can issue a section 49 notice and you risk imprisonment for not complying. However, they need proper authorisation to do so, and the notice must be lawfully issued, so presumably a magistrate. This is all part of our famous British Justice!
threiw 11 minutes ago [-]
There are several exceptions. Like border crossing or when hate crime is investigated. Arguing about legality, while interacting with police, is always losing move.

Just carry burner devices, and store sensitive stuff somewhere safe!

Nexxxeh 9 hours ago [-]
There's also the issue that the device is covered in fingerprints, and if you can build a clean image of the print, you can likely manufacture a gelatin copy of that fingerprint that will work on most fingerprint scanners.

I can't speak to the current generation of Apple fingerprint scanners, but historically iirc you can grab a print, clean it up in Photoshop, print it on OHP transparency using a laser printer and use it like a mould to copy a fingerprint.

disillusioned 2 hours ago [-]
Aren't the current fingerprint scanners ultrasonic rather than optical? I think they rely on the actual physical ridges
xoxxala 15 hours ago [-]
The website has some more info on the biometric vs. password debate and legal situation:

https://paniclock.github.io/

13 hours ago [-]
420official 14 hours ago [-]
While it's true that the legality of law enforcement forcing passwords in unclear, courts can absolutely force you to enter a password even if it's not written down by holding you in contempt indefinitely.
xoa 13 hours ago [-]
>courts can absolutely force you to enter a password even if it's not written down by holding you in contempt indefinitely.

This is not true outside of a narrow exception. Indeed this is the core point of the 5th Amendment, to protect you from having to be witness against yourself. It's just as binding on the judicial branch as it is on the executive. Ordinarily, a court may not compel a defendant to testify or say something that could incriminate them.

The narrow exception is the "foregone conclusion doctrine", which allows compelling testimony about specific evidence the government legally knows exists, knows the defendant controls access to, and knows is authentic. All of which has a bunch of caselaw around it. The textbook example is somebody has a device open, and an officer directly witnesses illegal material on it, but before they can seize it the person manages to turn it off and now it cannot be accessed without a password. So the government can say "we witnessed this specific illegal material, and this device is owned by the defendant and we can prove from video that they have accessed the device, and we want access to that specific material". But if you're just crossing the border with a locked device, they cannot compel the password just to search through it, or even if they're suspicious of something specific. They need actual knowledge, either through their own evidence or because the person foolishly talks and confesses something.

Otherwise they can definitely physically seize the device for a time (which could be very inconvenient/expensive depending) but that's it.

7 hours ago [-]
ezconnect 6 hours ago [-]
There are lot cases where it is proven that you don't have any legal protection on border crossings.
whalesalad 14 hours ago [-]
Take it to the logical end - you can tie up / handcuff / sedate / restrain an individual in order to get their fingerprint (or, ahem, way worse) but you cannot extract a password from someones brain.
vunderba 12 hours ago [-]
> cannot extract a password from someones brain.

May I introduce you to XKCD Number 538.

https://xkcd.com/538

stavros 13 hours ago [-]
If it's in scope to "way worse" someone to get their fingerprint, I'm sure I can be very persuasive in getting their passwords.
whalesalad 12 hours ago [-]
You can get the fingerprint of a dead person... you cannot extract a password from a dead person.
stavros 12 hours ago [-]
Of course not. You extract it right before.
freehorse 14 hours ago [-]
This is great. I see many times "security advice" against biometrics replacing password unlock, but most of the time I am more worried about getting recorded by somebody/something while typing a password in the open than anything else. This makes it better for those other cases.
parl_match 8 hours ago [-]
I've thought the Apple platform has two glaring omissions

- touchid and biometric configuration profiles (standard, paranoid, extra paranoid)

- versioning for icloud backup

The simple fact is that there is no one-sized-fits-all use case for this.

Biometrics are great for the average user! They reduce shoulder surfing and increase security.

But for some users, you might want two factor for biometrics (such as an apple watch), or short windows before password entry is forced. You might want both biometrics AND password entry required. You might want to enable biometrics only when two factor is enabled.

Look, I'm not saying that what I've said is the ideal setup, by the way. Just that there is a lot of room for improvement versus the status quo.

Terr_ 9 hours ago [-]
At that point what you need is true multi-factor. For example, both fingerprint and per-device PIN.

Regrettably, that's not often offered as a feature, even when the infrastructure is already there.

akdev1l 8 hours ago [-]
Notably macOS cannot do this
parl_match 8 hours ago [-]
Careful with absolutist statements :)

macOS can in fact be configured to use a third party idp, including interactive elements, on loginwindow.

So, you could build your own through the ExtensibleSingleSignOn and Extensible Enterprise SSO macOS plugin API. You would do touchid, and then have it pop your own custom window/app, providing a prompt through that API, except it's just a hardcoded value (or some shit idk)

https://youtu.be/ph37Yd1vV-c

So yes, macOS can in fact do that. Just not out of the box. I strongly believe that it is a glaring omission, or at least something they should gate through lockdown mode. idk!

midtake 5 hours ago [-]
If you create a piv certificate on a yubikey and just plug it in while logged in, it automatically registers it as a login method.
gruturo 12 hours ago [-]
This would be perfect if it could monitor the force with which the lid is closed (macs have accelerometers after all, either this info or an acceptable proxy could be derived?).

Gently close? no action.

Stronger, faster action? Disable touch ID

Slam shut in full panic? yeah disable all biometrics, lose all state, even wipe the ram and the filevault key if it's an option

thih9 12 hours ago [-]
Perfect rage quitting machine. There should be an enterprise version: when lid is closed with full force it also sends a professional resignation letter to the current employer.
QuercusMax 12 hours ago [-]
You must not have cats or children if you think that last one is reasonable
gruturo 12 hours ago [-]
Ok just unload the filevault key from ram, better? And if possible tell the secure enclave to revert to the before-first-unlock state
armadyl 6 hours ago [-]
How beneficial is this versus just being theater? The example used in this is the government accessing the reporters laptop via biometrics.

But in this case, and especially under this admin legal or not this app won't stop them, unless I'm misunderstanding the macOS security model. Even with FDE enabled, sending it to the lock screen with biometrics disabled will not do anything to stop them from being able to access the contents of the hard drive via forensic methods with relative ease.

I think that at best this will only stop the casual person (i.e. a family member or roommate/random snooper)? In which case there would be no point to switch away from biometrics.

You're far better off just keeping more private information on the iPhone and isolating that data from a Mac, since that has far more resistance to intrusion in AFU mode than a Mac.

gh02t 6 hours ago [-]
My interpretation was that it's easier to physically force someone to mash their finger on the sensor than to get them to divulge a password, not that it offers you any kind of legal protection. But yeah, it's a plausible but somewhat contrived situation to find yourself in.
nofriend 5 hours ago [-]
It does offer you legal protection. In the US, the right to not self incriminate protect you from divulging passwords but does not protect you from giving up biometrics. In other countries the rule is different.
FerretFred 2 hours ago [-]
I'm reading this nervously on my MacBook Air, but chuckling quietly with my cheapest Mac Neo (my new travel companion).
surround 11 hours ago [-]
> in sensitive situations, law enforcement and border agents in many countries can compel a biometric unlock in ways they cannot with a password.

If the threat model includes state-level actors, then disabling biometrics won't prevent data from being retrieved from physical memory. It would probably be wiser to enable disk encryption and have a panic button that powers down/hibernates the computer so that no unencrypted data remains on RAM.

The website says shutdown "takes time" and "kills your session" but a hibernation button would take effect just as fast and would preserve the session.

LoganDark 11 hours ago [-]
Apple Silicon is at least much more difficult to attack in this way, though it might be possible.
jovial_cavalier 11 hours ago [-]
a cop works for "the state," but he's definitely not a "state-level actor."
surround 11 hours ago [-]
How do you define "state-level actor?" Police departments certainly have access to state and federal forensic resources to access unencrypted data in memory.
stackghost 10 hours ago [-]
In the context of breaking into phones and laptops, "state-level actor" usually implies a team of people with NSA-type forensic capabilities. That is, they have deep expertise in infosec and related topics, access to 0days that the security apparatus has hoarded and kept secret for their own use, and they may have bespoke hardware to facilitate attacking the device.

A random cop might have access to a Cellebrite machine but they can't just call up the NSA and ask them to break into some drug dealer's macbook.

surround 9 hours ago [-]
Fair enough. Though they certainly could still break in if the laptop isn't encrypted, so this tool is only useful when combined with disk encryption.
october8140 6 hours ago [-]
If this were a concern for me the better choice is shutting down the laptop to encrypt the drive and disable biometrics. This does nothing since the drive is still unencrypted.
lxgr 15 minutes ago [-]
What do you mean by “the drive is still unencrypted”?

If your threat scenario includes somebody performing a DRAM freezing attack or similar, these are orders of magnitude harder to pull off successfully than to compel or bypass a biometric sensor, especially when the device is covered in the owners fingerprints.

dddddaviddddd 4 hours ago [-]
> This does nothing since the drive is still unencrypted.

Even though the data is unencrypted in memory, an attacker would still need either a local privilege escalation (from the login window?), or some sort of side-channel attack if they're still not able to get the password.

Kwpolska 2 hours ago [-]
> No command injection — Timeout parameter is a Swift Int, not a string

Please don't use slop machines to write READMEs. If you're launching bioutil as a subprocess, you're passing the timeout as a string. In your code, you read the timeout, convert to int, set timeout to 1, and set it back to the previously retrieved value. There is no difference between keeping it as strings or doing a string->int->string round-trip, assuming no sizing and formatting weirdness.

seanieb 43 minutes ago [-]
This comment is based on one of my commits. The round-trip through Int is exactly what makes it safe.Int(value) will return nil (and be rejected) for anything that isn't a valid integer. no ; rm -rf /, no shell. String(seconds) on a Swift Int can only ever produce a decimal number. (which is probably overkill and not needed in this context.) > Please don't use slop machines to write READMEs. Trust me, they do a better job than I ever will.

Having said all that, it's probably something that could be dropped from the readme. I'll edit now.

edit: updated the readme. Thanks for taking the time to proof read it.

wolvoleo 12 hours ago [-]
I'm surprised Apple doesn't offer an option. On the iPhone you could do this by pressing the power button several times. Not sure if this still works because the iPhone 6 was my last one though.
bhj 11 hours ago [-]
Pressing and holding Power + Vol Up/Down is the current combo
dozerly 9 hours ago [-]
Pressing the power button 5 times fast also does it!
dilberx 46 minutes ago [-]
very nice thought
rglover 12 hours ago [-]
This is awesome, thank you. Was just thinking about this problem the other day. Glad someone whipped something up.
ttul 15 hours ago [-]
The 2026 version of "Boss Key".
p0w3n3d 15 hours ago [-]
What's the rationale? It should be described in the README.md IMO
seanieb 15 hours ago [-]
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 when it matters. Biometrics are convenient day-to-day, and sometimes preferable when you need speed or want to avoid your password being observed. But in sensitive situations, law enforcement and border agents in many countries can compel a biometric unlock in ways they cannot with a password. PanicLock gives you a one-click menu bar button, a customizable hotkey, or an automatic lock-on-lid-close option 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 15 hours ago [-]
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.

orthogonal_cube 15 hours ago [-]
Honestly I’m surprised this wasn’t already a feature in macOS. Thank you for coding it and publishing as open-source!
HNisCIS 3 hours ago [-]
Why not just disable touchID if the Bluetooth modem hears advertising packets from the 00:25:DF OUI?
Forgeties79 15 hours ago [-]
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.
jonpalmisc 14 hours ago [-]
This still leaves your device in an AFU (after first unlock) state, with user data decrypted, and should not be treated as secure.

The only thing you can do (to protect your data from forensics, etc) is to return it to BFU by shutting it off.

seanieb 13 hours ago [-]
Correct. This is a classic security vs convenience tradeoff. I mention that trade off on the landing page, PanicLock vs Shutdown

> Use shutdown when you can, PanicLock when you can't. Shutting down is the most secure option—but when you need your Mac locked now and you'll be back in five minutes, PanicLock is your answer.

*PanicLock* - Fast "oh shit" button - Lid closed when in transit. - Instant lock (1 second). Disables Touch ID immediately - Preserves your session - Back to work in minutes

*Full Shutdown* - Maximum security - Purges encryption keys - Fully locks FileVault - Takes time to shutdown & restart - Kills your session

Forgeties79 13 hours ago [-]
Better than nothing and keeps them from having unlocked access. You can do it fast in your pocket.
chuckadams 15 hours ago [-]
Bringing up the shutdown screen (hold lock and either volume button) will also do it.
itsdesmond 15 hours ago [-]
I did not know that. That is extremely convenient. Thank you.
freehorse 14 hours ago [-]
Tapping it 5 (6? 7? 20?) times works better while panicked, though.
ASalazarMX 9 hours ago [-]
- TSA: Hey, bring your bag and devices here. Routine inspection.

- Traveler: [takes phone from the bin] [finds lock button] [click] [click] [click]

- TSA: Hey, stop what you're doing Mr. Terrorist!

spockz 2 hours ago [-]
That is why you would do it before you let your phone go out of sight. I used to even turn off my electronics to prevent damage by scanners. Now I don’t bother anymore but it could be a plausible excuse.
sigio 14 hours ago [-]
On GrapheneOS (and maybe android generic?) this calls the emergency number, I just found out (with a 5 second timer to cancel this luckily)
spockz 2 hours ago [-]
It is also an option in iOS under Settings -> Emergency SOS. And with it turned on it will both call emergency services and require pin for unlock.
moralestapia 8 hours ago [-]
This should be an OS X feature, it's just that good.

Great work, congrats!

deadbabe 8 hours ago [-]
There should just be a way to setup an alternate dummy account based on the finger you use. This gives the illusion of compliance but your real data is safe.
FerretFred 2 hours ago [-]
The middle finger could be the emergency use one ...
armadyl 6 hours ago [-]
If you're in a situation where this is a pressing issue, it's not a good solution as it's trivial to detect if it's a fake environment, especially if they get suspicious and run external forensics on it.

iirc the GrapheneOS team won't implement this feature for that reason

nailer 12 hours ago [-]
If someone can force you to use touch id they can probably also force you to enter your password.

(If you’re about to comment about fingerprints on transparency film and balloons filled with warm water then yes good point)

skillina 8 hours ago [-]
Capable? Yes. Willing? I wouldn't be so sure. You don't even need to hurt someone to manhandle them enough to put their fingerprint on a scanner. Whereas forcing someone to give up a password could rise to the level of torture.

Of course, I imagine the majority of people would yield their password if you simply threatened to detain them long enough to make them miss their flight.

FerretFred 2 hours ago [-]
I agree.. having to spend longer than necessary at UK's Manchester Airport would have me singing like a canary!
rsync 7 hours ago [-]
[flagged]
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 09:13:30 GMT+0000 (Coordinated Universal Time) with Vercel.