Hacker News new | ask | show | jobs
by zahlman 274 days ago
> a physical OpenPGP key (smartcard/YubiKey)

I don't know how you get a reproducible value from this, but in the use described it isn't actually contributing a second factor.

1 comments

You're right — it's not a true "second factor" in the 2FA sense.

The idea is to bind password derivation to a physical OpenPGP key.

Without the smartcard/YubiKey inserted, the program can't generate the same password, even if someone knows the domain/username/phrase.

So the key isn't used as extra entropy, but as an essential part of the derivation process.