Daniel Stiner
Daniel Stiner
Neat, I had not heard of `ssh-keygen -t ecdsa-sk` and it's cool that works with this tool. That said, I would not recommend doing this. Properly securing ssh keys is...
Development and testing are exactly the intended use cases! Sorry to be brusque, had issues with people incorrectly using this tool in the past and complaining so I try to...
Becoming a legacy protocol does not make U2F any less secure, but I'm happy to keep this issue for tracking FIDO2 support. I don't have the time to write the...
On #39 I see > ghost opened this issue 11 days ago • an unknown user Is that not what others see?
No problem!
Up to you if you want to close. I would be open to PRs for FIDO2 if done well, but I don't have time to pursue it at the moment.
Hello, please see #68. If that answers your question, I'd be open to a PR adding a note to the README about keychain transferring. Edit: I will note, this is...
Sure, basically U2F requires a usage counter that is sent and incremented each time you authenticate. I store and update that counter in the keychain for each entry, so there...
I'm going to close this since the user has deleted their account. If anyone else tries to get this working on Arch it would be useful to first set `RUST_BACKTRACE=1`...
Interesting, that definitely could be the issue. Thanks for the looking into it. `dbus-rs`, which I indirectly use via the `notify-rust` dependency, relies on that env variable: https://github.com/diwic/dbus-rs/blob/949b9c318e08e42df8e278079c47d0a72f376e07/dbus-native-channel/src/address.rs#L14 I was...