Yubico / yubikit-android

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

Add support HMAC-SHA1 challenge-response and programming Yubikey #4

Closed imakhalova closed 4 years ago

imakhalova commented 4 years ago

YubiKeyConfigurationApplication allows to set OTP secrets, Challenge-response secret, Static password or HOTP secret. It also supports HID interface besides CCID (the main difference with other applications in SDK)

This application also exposes method for HMAC-SHA1 calculation (challenge-response). Everything comes with demo of methods that exposed in SDK.

Other changes (requires small update on client side):

Addressing this issue: https://github.com/Yubico/yubikit-android/issues/3 and https://github.com/Yubico/yubikit-android/issues/2