Short answer: no. Longer answer: iCloud Keychain is end-to-end encrypted credential storage, and its workflow is: Need password -> Secure system hook to Keychain -> Keychain requests unlock via (face/finger/passphrase as appropriate) -> Password decrypted and auto filled. There are also third-party options, which can nominally use NFC keys[0] as auth factors, but I’m not currently aware of any that actually do . Pers…
As a side note, I believe iCloud Keychain is supported on Windows now.
Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
11–20 of 22 posts
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#12Short answer: no. Longer answer: iCloud Keychain is end-to-end encrypted credential storage, and its workflow is: Need password -> Secure system hook to Keychain -> Keychain requests unlock via (face/finger/passphrase as appropriate) -> Password decrypted and auto filled. There are also third-party options, which can nominally use NFC keys[0] as auth factors, but I’m not currently aware of any that actually do . Pers…
As a side note, I believe iCloud Keychain is supported on Windows now.
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#13Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#14The UX of having to grab your Yubikey every time is a bit clunky though (although that is limitation of the security key medium itself rather than the app).
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#15Short answer: no. Longer answer: iCloud Keychain is end-to-end encrypted credential storage, and its workflow is: Need password -> Secure system hook to Keychain -> Keychain requests unlock via (face/finger/passphrase as appropriate) -> Password decrypted and auto filled. There are also third-party options, which can nominally use NFC keys[0] as auth factors, but I’m not currently aware of any that actually do . Pers…
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#16Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#17Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#18Earlier quoted context omitted.
Thanks for the explanation, but I actually do use the software that I linked to, however, it’s not a GNU project, so I’m just confused to if it’s a widely used misnomer or it’s a completely different software package then the one I linked to.
It seems to be a misnomer on OP's part, they's also said about switching to 'gnu pass' in previous comments, but needing to get their head around GPG... I suspect rather than suggesting it's a GNU project, OP is creating a sort of portmanteau from GnuPG and pass.
Pass is available in the repositories of most major distributions. As usual, you can also compile from scratch, but, if you do, take note of the dependencies, especially GnuPG (GPG) [6], which creates encryption keys, and Password Generator (pwgen) [7], which generates random passwords that contain random combinations of upper- and lowercase letters, numbers, and special characters. Without GnuPG and pwgen, you will be unable to set up Pass, much less actually use it.
https://www.linux-magazine.com/Issues/2014/158/Command-Line-...
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#19What is GNU pass? It looks like people use it to refer to https://www.passwordstore.org/ which isn’t a GNU project?
As far as I am aware there is zero relation to GNU projects, aside from pass requiring GPG. I believe the author of pass is the same fellow who wrote wireguard.
Re: Ask HN: Is GNU pass and Yubikey (via NFC) supported on iPhone?
#20Yes you can, you can use the https://github.com/mssun/passforios app which as of over a year ago supports Yubikeys. The UX of having to grab your Yubikey every time is a bit clunky though (although that is limitation of the security key medium itself rather than the app).