rust-u2f
rust-u2f copied to clipboard
U2F security token emulator written in Rust
Thanks for the tool! I've used it to enable 2FA on Google without providing my phone number or Android phone. I've added package (ebuild) for Gentoo Linux in my overlay...
rust-u2f does not work on Arch Linux. I have commented SELinux lines because they don't work. I have used Makefile from linux directory. When website asks me to press a...
FIDO2 SHOULD be implemented because _U2F is a legacy protocol_, as [this page](https://en.wikipedia.org/wiki/Universal_2nd_Factor#Specifications) says. #39 related, but impossibility to implement something _anytime soon_ is not a reason to close an...
I've successfully created ecdsa-sk key with ssh-keygen -t ecdsa-sk command using softu2f service. Approval notification appears and key is successfully generated But when I try to create key ed25519-sk key...
**Describe the bug** When I issue test of webauthn, I see red notification, but there is no buttons. Nor click on notification does anything. I see from logs that this...
Existing libraries that may be useful: - https://github.com/mozilla/authenticator-rs - https://github.com/google/u2f-ref-code
OpenSSL works but is an extra dependency and has had vulnerabilities in the past. It should be possible to port to the ring crate: https://github.com/briansmith/ring
Re-registering with the same site should reset the authentication counter to zero. However this is lowpri as it has little functional impact. Starting at a non-zero number is still within...
Currently we use a `udev` to grant access to the currently logged in user, but this has poor behavior when multiple users are logged in at once. For example the...