helloworld1 / FreeOTPPlus

Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator
Apache License 2.0
647 stars 75 forks source link

yandex yaotp request #114

Closed chris-tian78 closed 3 years ago

chris-tian78 commented 3 years ago

Could you add the Yandex authentication method "yaotp"?

helloworld1 commented 3 years ago

I actually don't know what it is. Does it conform RFC 6238 TOTP or RFC 4226 HOTP?

chris-tian78 commented 3 years ago

neither totp, nor hotp. this is a Yandex thing. But there is probably a plugin for keepass. https://github.com/norblik/KeeYaOtp

helloworld1 commented 3 years ago

Unfortunately I don't think I am able to support an specific authentication method that requires significant amount of work. I will only evaluate if it is a variant of TOTP or HOTP.