Hacker Newsnew | past | comments | ask | show | jobs | submit | raron's commentslogin

Is that really that impractical?

With a quick calculation 50 ms time offset would mean about 20 meter difference. You can get that accuracy with NTP over residential internet and a better TCXO could hold that for a day. You could sync clocks and download the almanac at each airport. The almanac could be digitally signed and NTP has an option for authentication, too. That's about 10 USD of hardware (plus what you need for image capture and processing).

I'm pretty sure with dedicated hardware and better solutions you could get much better accuracy.


They did it in the 60s for the B2 bomber[0]. I think computers are slightly faster and more reliable today, so it at least seems plausible.

[0] https://www.righto.com/2026/04/B-52-star-tracker-angle-compu...


I don't think that would work either.

Let's say I have a new account and a single Passkey in the TPM of PC1. I want to log in from PC2, too. How can I do that? (I know there is some trickery with Bluetooth, but I haven't seen anything supporting it, and desktop PCs usually doesn't have Bluetooth connectivity.)

AFAIK some browsers can do some magic to use a Passkey from your smartphone on a PC, but you need to log in to the same browser-sync account from both device (which brings back us to the same issue).

Also the whole thing becomes a mess when you change devices. You need to log into all the services you have ever used to delete the Passkeys from devices you no longer have, and you need to add a new passkey from a new device you bought to all the services you use.


Can these services not use the same fallback mechanism that already exists for non-passkey logins? i.e. an email with a 1-time code or similar. Yes that somewhat defeats the purpose of passkeys but that option is going to exist for a long time regardless of passkey adoption.

If you don't want to downgrade security, how about requiring confirmation from another session that is already logged in using a passkey? e.g. You try to log in on PC2. A prompt appears with something like "confirm this login from [PC1, etc.]". You log in on PC1 using your passkey. The service recognizes that the login id definitely you, or at least someone in possession of your physical device and login method for that device. Therefore, it then allows PC2 to register a new passkey. Kinda similar to how google confirms new logins by sending a notification to your phone.


That could work, but then the service needs to implement complex non standardized authentication mechanism outside of Passkeys. You will have 14 different services with 15 different options. I don't think that's really user-friendly.

Also it could be vulnerable to MFA fatigue attack, if people would constantly get new "confirm this login" popups, they would press anything to make it go away.

So you would need something that is explicitly initialized from a trusted session, then you need something to connect the trusted session to the new login. If you want that to be user friendly you need some short codes and can't rely on QR code / Bluetooth, or two-way interaction. And that brings up the phishing / MitM attacks again.


You generate another passkey is your answer. How do you do that? The exact same way you do today. Why would you need to delete invalid passkeys? You wouldn't.


> You generate another passkey is your answer. How do you do that? The exact same way you do today.

How can I do that, if Passkeys are the only option to log in?

If I can just use a password to log into a website without Passkeys, then Passkey is useless and doesn't add any security benefit.

> Why would you need to delete invalid passkeys? You wouldn't.

I sell my old (and no longer updated) phone or PC and don't want someone to get access to my account by getting access to the secret keys.

An non-revocable authentication mechanism is just stupid.


> How can I do that, if Passkeys are the only option to log in?

It is not feasible to remove password login or some other recovery login method.

> If I can just use a password to log into a website without Passkeys, then Passkey is useless and doesn't add any security benefit.

It isn’t useless, point is you don’t get to type in your password on a device that has passkey generated already, or get phished on a fake web address for example.

> I sell my old (and no longer updated) phone or PC and don't want someone to get access to my account by getting access to the secret keys.

Passkeys are meant to be protected by either PIN or biometrics, however they are also meant to be revocable on the web, at least they are for services i’ve been using with passkeys.


> It is not feasible to remove password login or some other recovery login method.

Then passkeys doesn't provide any real value if you have other less secure recovery option.

Let's say I have a bank account, going to the branch and doing an in person ID check is a valid recovery option, but nobody would want to do that just to log in from a new device.

> It isn’t useless, point is you don’t get to type in your password on a device that has passkey generated already, or get phished on a fake web address for example.

That's solved by letting the browser to remember the passwords.

> Passkeys are meant to be protected by either PIN or biometrics, however they are also meant to be revocable on the web, at least they are for services i’ve been using with passkeys.

PIN and biometrics doesn't have any inherent security. They rely on some hardware (or software separated from main system) feature, and even those can have vulnerabilities.


Using strong password as you suggested is a solved problem for your use case, but that is not universal. Passkeys provide universal security for all.

Also PIN or biometrics verification to access passkey from device bound TPM or security enclave solved the problem you implied might happen, such as losing your device. How do you protect your password manager, if any?

> even those can have vulnerabilities.

We shouldn’t just give up because everything is inherently insecure.


> We shouldn’t just give up because everything is inherently insecure.

True, but no sane way to mass revoke Passkeys from stolen / lost device is just bad design.


The enforcement of GDPR is more or less nonexistent for big companies. Even if they get fined, that is just cost of business for them.

In the text nothing prevents the manufacturer to stream the vide of your face to their servers all over the world and do the image processing there. It would even comply with GDPR if everybody pinky promised they not using that data for anything else.


> Use short expirations

And now you can use time correlation attack to unmask people.


How? The websites don't see anything consistent from one session to the next. They can't tell when the credential is renewed, and don't see a credential id.


I think that depends on how do you define PII.

I suspect the ZKP proof or token is practically unique and related to you, so I could be personal data if you use the definition from GDPR.

With ZKP the entity and the original verifier shouldn't be able to match your identity to the ZKP proof or token, but the app on your phone of course can do that.

The app probably will be made some government contractor and there is no technical measure that would prevent them to just share all that data with whoever they want.


The app can be open-source and verified to not be sharing extra info, though. Of course if no-one bothers to use the verifiable version of it, then it's all pointless, but this is true regardless (they could also just not use ZKPs).


It is not using ZKP. Zero knowledge proof is mentioned as an optional experimental feature in the next release.

https://ageverification.dev/av-doc-technical-specification/d...


The specs are for the pilot phase. The faq and other documents state that it will be using ZPK. There is already multiple tech proof of concept, ie: https://github.com/eu-digital-identity-wallet/av-lib-android...


> if I wanted to buy a device with a new type of connector, I should have been able to

You are. Nothing prevents the manufacturers to support other better charging solutions than USB-C. In fact many notebooks has their proprietary connectors and some smartphones use custom signaling over custom USB cable to provide better experience while complying with the regulation and support USB-C charging, too.


I replied to a similar question here https://news.ycombinator.com/item?id=48711705.

If I wanted to buy a device with a different type of connector, including a different form factor or a totally different charging mechanism, I should be able to do so without additional costs or additional holes drilled in the case of the device.


AFAIK the ECB wants to have both things. Digital Euro being a CBDC could open up a lot of possibilities, but they want an unified payment system, too, and that would be a nice first job for digital Euro.


I must be missing something because I still don't understand what differentiates a "Digital Euro" from "Euro stored in digital form". They're essentially the same. The reason why crypto currencies are different is the mechanisms by which they are exchanged (i.e., blockchain) or how they are issued (i.e., mining). The ECB already has control over how the Euro is exchanged and issued. The only thing a digital euro does is eliminate the cash aspect but these days that's a small amount, and they could also achieve by gradually retiring cash and shrinking the available amount (like Sweden has done).


The difference is more a financial or legal thing, than a technical one.

From an users' perspective paying with digital Euro would work more-or-less the same as you pay today with card, bank transfer or something based on QR codes. But it will have very different guarantees and trusts behind the scene.

Today you don't really think about keeping your money in a bank and paying with card as a different thing than having physical cash, because banks and payment services have very strict regulations and insurance schemes. Banks rarely goes bankrupt and even if they do, most of the people are not affected, because they get back their money from deposit insurance.

Banks can create money from thin air (without the approval of the central bank) and lend it to you (and destroy when you pay your loan back), they can not do that with Digital Euro.

Everybody would be able to convert all their Digital Euro to banknotes at the same time, but that would bankrupt any commercial bank.

Banks can deny your request to open an account or provide payment services to you (e.g. what happened with the ICC judge), you can own Digital Euro without having a bank account.

Banks pay interest for using your money (and the risk you take), this could even be negative that means some people even willing to loose money if they can have Euro instead of their original currency. Banks wouldn't be able to use your Digital Euro, you wouldn't get any interest on it.

Digital Euro (the same way as physical cash), is a legal tender, money in bank and card payments are not.

The value of Digital Euro doesn't depend on your bank, the numbers on your bank account could worth nothing if your bank goes bankrupt, central banks can not go bankrupt.

Digital Euro (for a limited amount) could be exchanged directly between two peers like physical cash (offline, without connection to internet or any bank).


thanks, that makes sense.

seems to mostly be a question of giving the ECB more control at the expense of the banks?


Some people argue that it is just for more government surveillance and control, but the government already could access your bank and card transactions and freeze or confiscate your money.


Not really. Euro cash today is paper / plastic banknotes and metal coins. Your account in the bank is not really cash you own, it is more like the banks liability towards you.

If your bank fail, you loose the money you held in the bank (except the insured amount). If you have some cash, that's independent from any private company, and it must be accepted everywhere. Digital Euro should have the advantages of cash and the comfort of electronic payments, too.


I theory it should be more. The ECB claims you will be able to hold and spend a (limited amount of) digital euro offline (without internet connection).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: