Solo: Yubico features

Created on 7 Mar 2019  路  7Comments  路  Source: solokeys/solo

Implement Yubico features if required:

  • [x] FIDO2
  • [ ] Yubico OTP
  • [ ] HOTP/TOTP (Yubico Authenticator)
  • [x] U2F
  • [ ] HMAC-SHA1
  • [ ] Different smart cards
  • [ ] YubiHSM2
  • [ ] Static password/key storage
  • Other? https://developers.yubico.com/

Most helpful comment

I'd like to vote for "HOTP/TOTP (Yubico Authenticator)".

All 7 comments

There's also static password storage.

Password and GPG/SSH key storage will be very useful

I would love to see TOTP support similar to Yubico Authenticator. The key would need to store TOTP registration codes and labels and be able to present that to a client that can generate the tokens. The simplest way to generate the code for most cases is using oathtool: oathtool --totp -b <TOTP registration code>.

On Thu, Jun 6, 2019 at 1:08 PM Scott Williams notifications@github.com wrote:
>

I would love to see TOTP support similar to Yubico Authenticator.

OATH TOTP requires a clock, and a clock requires a battery, which
leads to a completely different kind of authenticator. I think there
are other features that are more valuable. Just my two cents.

Tom

The existing Yubikeys support TOTP but without a battery -- which is why it only works when paired with something (phone or desktop/laptop running Yubico's apps), and can not generate a TOTP codes alone. (Also, no display!)

I'd also love to see the Solo USB-C come out with TOTP support.

I'd like to vote for "HOTP/TOTP (Yubico Authenticator)".

I'm voting for HMAC-SHA1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jans23 picture jans23  路  4Comments

conorpp picture conorpp  路  6Comments

Karl-WE picture Karl-WE  路  11Comments

max-wittig picture max-wittig  路  3Comments

Vaesper picture Vaesper  路  7Comments