solokeys / solo1

Solo 1 firmware in C
https://solokeys.com/
Other
2.3k stars 273 forks source link

Yubico features #135

Open ghost opened 5 years ago

ghost commented 5 years ago

Implement Yubico features if required:

aveao commented 5 years ago

There's also static password storage.

dsseng commented 5 years ago

Password and GPG/SSH key storage will be very useful

vwbusguy commented 5 years ago

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>.

trscavo commented 5 years ago

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

nogweii commented 5 years ago

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.

markusC64 commented 4 years ago

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

mietzen commented 4 years ago

I'm voting for HMAC-SHA1