yubico-c
yubico-c copied to clipboard
YubiKey C low-level library (libyubikey)
Decryption with PIV requires a PIN code with the Yubikey 5 NFC key. Does this library support that?
There were two test vectors with input "test", but with different output. Decoding the encoded string showed that the input should be "foobar" instead of "test".
There is a dependency to **a2x**, when running `make check` a2x is contained in rpm "asciidoc" on opensuse Leap 15.4 To install this other dependencies need to be fulfilled like...
Hi, stuck at this step After downloading and unpacking the package tarball, you build it as follows. `./configure bash: ./configure: No such file or directory`
Colemak and Dvorak would need a different modhex string. [This project](https://github.com/firnsy/yubipam) implementing PAM auth has colemak/dvorak support, which they solved via [this set of patches](https://github.com/firnsy/yubipam/commit/ebc562c374028773592f4f2e96a8181195df822e) ([corresponding merge request](https://github.com/firnsy/yubipam/pull/7)). Supporting Colemak...
write doxygen (or similar) documentation for the public interfaces.
`ykparse` (and probably everything else) incorrectly parses hexadecimal strings with upper-case letters. Namely, all upper-case letters are treated as zeros instead of treating the letters `A`–`F` the same way as...
The last release was in 2015, in many Linux distributions, they will only build and package the release version. Some applications dynamic link to libyubikey, they may use the newest...