void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Package request: yubioath-desktop

Open piekay opened this issue 1 year ago • 3 comments

Package name

yubioath-desktop/yubioath-flutter

Package homepage

https://www.yubico.com/products/yubico-authenticator/

Description

Yubioath-Desktop allows adding and removing 2fa entries onto and off of a Yubikey. There currently is no other tool in the Void repos to do that.

Does the requested package meet the package requirements?

System, Compiled

Is the requested package released?

Yes

piekay avatar Jun 26 '24 00:06 piekay

There currently are two versions of this package yubioath-desktop (pre 6.0) and yubioath-flutter (post 6.0). Most distributions still ship 5.*. Shipping a newer version than that would de-facto mean that there also has to be a flutter package available

piekay avatar Jun 26 '24 00:06 piekay

There currently is no other tool in the Void repos to do that.

yubikey-manager can do this on the command line:

Usage: ykman oath accounts code [OPTIONS] [QUERY]

  Generate codes.

  Generate codes from OATH accounts stored on the YubiKey. Provide a query string to match one or more specific accounts. Accounts of type HOTP, or those that require touch, requre a single match to be triggered.

Johnnynator avatar Jul 01 '24 13:07 Johnnynator

There currently is no other tool in the Void repos to do that.

yubikey-manager can do this on the command line:

Usage: ykman oath accounts code [OPTIONS] [QUERY]

  Generate codes.

  Generate codes from OATH accounts stored on the YubiKey. Provide a query string to match one or more specific accounts. Accounts of type HOTP, or those that require touch, requre a single match to be triggered.

Thanks for the info, didn’t know that was possible. That doesn’t reduce the advantage of a GUI tool though, even though I don’t see a way to package it ATM, since Flutter has a lot of requirements, like being able to read/write it’s install directory.

piekay avatar Jul 01 '24 14:07 piekay