rust-u2f icon indicating copy to clipboard operation
rust-u2f copied to clipboard

U2F security token emulator written in Rust

Results 29 rust-u2f issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tried to build this program against rust 1.63, Kernel 5.19.2 under ArchLinux. Everything seems good except the security key cannot be recognized and registered. `45a073f9283026dcf74f99536d0f2899b6caee99` works, buf...

**Describe the bug** The User Services crashes when DBus decides there are too many notifications **Logs** ``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind:...

**Describe the bug** I was using rust-u2f for login into several places. One of it was my Kanidm instance and since last update I get an error message. This is...

**Describe the bug** While trying to use with github I can't finalize the key configuration step: ![image](https://github.com/danstiner/rust-u2f/assets/31622263/3560279b-671b-4be1-b856-907d1f484a71) When using the big green btn: ![image](https://github.com/danstiner/rust-u2f/assets/31622263/40e02554-5dbf-40c2-bd4a-a69cf356fa77) Translation (my browser is configured for...

If you can get the package included in a standard OSS apt repository like Debian/free or Ubuntu/universe (which are independently compiled, and promote reproducible builds), it would be easier to...

"If your machine is compromised by malware, the attacker could steal a copy of the secret keys stored by this authenticator" But when you use this to authenticate, you can...

**Describe the bug** I try to use this programm and it doesn't work for me anymore **Logs** It doesn't show a notification at all ``` systemctl status softu2f.service ● softu2f.service...

# Bug Description The program fails to load on Fedora (or other distros with SELinux[^1] in enforcement mode). It fails silently with the following[^2] message: ```bash fedora system-daemon[133194]: frame decoded...

Hey, it looks like the last build is for fedora 37 https://packagecloud.io/danstiner/softu2f Would be awesome if we'd get a prebuild for newer fedora versions, thank you! (Similar to https://github.com/danstiner/rust-u2f/issues/26#issue-339754879)