freeotp / freeotp-ios

Apache License 2.0
673 stars 167 forks source link

Support storing secrets on NFC cappable smart cards #37

Open npmccallum opened 7 years ago

npmccallum commented 7 years ago

Reported by till on 7 Aug 2014 22:22 UTC There are JavaCard smart cards with NFC support that can be used with capable android devices. It would be nice if FreeOTP could use such a card to store the necessary secrets to make it even possible to use the android device to login to systems that should be protected with 2FA.

References[[BR] http://www.fi.muni.cz/~xsvenda/jcsupport.html

npmccallum commented 7 years ago

Comment by ianweller on 19 Nov 2014 00:56 UTC Adding that the !YubiKey NEO has OTP support with NFC.

They have an app -- source code at https://github.com/Yubico/yubioath-android -- but it seems somewhat crude to me compared to FreeOTP :)

I may be interested in writing a patch to add this support, but I don't want to commit to it since I don't have the time right now.