tadfisher/pass-otp

yandex yaotp support

532910 opened this issue · 2 comments

It looks like Yandex is a standard TOTP mechanism with the following parameters:

  • digits=8
  • algorithm=sha256

Formatting the otpauth:// URL as the following should work:

otpauth://totp?<account>@yandex.ru?secret=<secret>&digits=8&algorithm=sha256

Feel free to reopen if this doesn't solve the issue.

yaotp is not a function of time (only) but on pin code also.