yubikey-personalization icon indicating copy to clipboard operation
yubikey-personalization copied to clipboard

YubiKey Personalization cross-platform library and tool

Results 27 yubikey-personalization issues
Sort by recently updated
recently updated
newest added

Hi, Are there any plans to support Apple Silicon. I have quite a few excited users of my App very keen to go native silicon on Mac. The only blocker...

When running `ykinfo -s -q` I noticed that the USB HID Keyboard interface is removed and re-added by the kernel. This does not happen when the equivalent `ykman list` command...

If I use `ykpersonalize -m 1` I am getting a warning: `WARNING: Changing mode will require you to use another tool (ykneomgr or u2f-host) to switch back if OTP mode...

Hi! I'm trying to use the library to enumerate connected YubiKeys to offer a way of selecting which YubiKey to use in the product, here's a piece of code I'm...

The key is not fully recognized on coldplug, like inserting it for the first time after boot or in a fresh session. See the error in the attached screenshot. The...

Reading a secure challenge from command line arguments isn't safe, because other users and processes are able to read them. Environment variables are considered to be safe on most Linux...

``` autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 configure.ac:47: warning: The macro `AC_LANG_SAVE' is obsolete. configure.ac:47: You should run...

I'm getting > Yubikey core error: no yubikey present the probem is that the yubikey appears in lsusb I'm using the latest raspbian desktop in raspberry pi

Has anyone successfully built in a Windows environment? If so can you share your steps. Thanks

The `optind--;` operations in `ykpers-args.c` can lead to infinite loops. This happens if `ykpersonalize` is invoked with `-a` or `-c` command line parameters that are directly followed by another `-`...