python-yubico icon indicating copy to clipboard operation
python-yubico copied to clipboard

Python code to talk to YubiKeys

Results 14 python-yubico issues
Sort by recently updated
recently updated
newest added

On my M1 Mac Mini I get the following Problem Report, what additional information is needed? ``` Process: Python [2222] Path: /Applications/YubiKey Manager.app/Contents/Frameworks/Python.framework/Versions/3.8/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version: ??? Code Type: X86-64...

There are small typos in: - doc/ykdef.h - yubico/yubikey_config_util.py - yubico/yubikey_neo_usb_hid.py Fixes: - Should read `substitute` rather than `subtitute`. - Should read `encoding` rather than `enconding`. - Should read `deprecated`...

As can be seen in https://bugs.debian.org/965059 , it would be useful for Linux distributions to tag a new upstream release.

Issues when trying to detect a Yubikey Series 5 key: File "Python39\lib\site-packages\yubico\yubikey_usb_hid.py", line 191, in _read self._debug("Failed reading %i bytes (got %i) from USB HID YubiKey.\n" TypeError: %i format: a...

``` bash $ sudo python -c 'import yubico; yubico.find_yubikey()' Password: Traceback (most recent call last): File "", line 1, in File "/Users/jacob/.virtualenvs/hkyubi/lib/python2.7/site-packages/yubico/yubikey.py", line 229, in find_key YK = YubiKeyUSBHID(debug=debug, skip=skip)...

Fix yubikey-totp on Python3

I'm having a hard time finding the documentation for this library. Either it's non existent or it's tricky to find, in which case it should either be created (readthedocs would...

Related to issue: https://github.com/Yubico/python-yubico/issues/7 Tested on MacOS and it works as expected.

I'm working on a Python3 script where I monitor if a specific YubiKey is connected. To do this I run a pyudev monitor that looks for any hidraw device(like keyboards,...

The below link is returning a 404 error causing build errors on Arch's [python-yubico AUR package.](https://aur.archlinux.org/packages/python-yubico) https://files.pythonhosted.org/packages/source/p/python-yubico/python-yubico-1.3.3.tar.gz.asc