Add U2F over NFC app#1022
Conversation
xMasterX
left a comment
There was a problem hiding this comment.
Hi, idea is very cool, but sadly there's couple issues with the app
1 - it tries to open u2f/assets/u2f.nfc file
no one placed that file there, so app crashes flipper
I found that file in assets in your repo, added it manually
2 - if file present app launches and looks like working - but when i tried to register tag with http://webauthn.io/ demo website - phone can't read flipper, nothing happens
|
a suggestion about u2f.nfc: it seems like its purpose is just to load some existing iso14443-4a ATS data, to avoid the issue entirely as standalone app (and make it simpler in the mentioned pr) could simply generate that data in RAM, no? iirc something like |
Application Submission
This application allows your Flipper Zero to act as a FIDO U2F security key over NFC. You can use it to securely authenticate on supported services just by tapping your Flipper to your phone.
Extra Requirements
No
Author Checklist (Fill this out)
python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zipReviewer Checklist (Don't fill this out)