Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
103 stars 38 forks source link

Security Protocol with offline support #38

Closed Lzyct closed 3 years ago

Lzyct commented 3 years ago

Hi, which security protocol support when i'm in offline, I was try OTP and PIV, it's need internet connection. I tried it on Demo Application and should register device on Yubicloud and setting device using yubikey personalization tool to enable OTP/PIV support . Any suggest ? Thanks

dainnilsson commented 3 years ago

It really depends on what you're authenticating against. If it's a remote server, then you won't get around the issue of needing Internet connectivity. Both OTP and PIV can be used fully offline, but it really depends on your use case.