Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Solved: Unlock code couldn't be set #31

Closed axhoffmann closed 8 years ago

axhoffmann commented 8 years ago

Unlock code to update/overwrite a password protected configuration couldn't be set by the library. The problem was solved by adding a if clause for the configuration-byte with id 0x88 in class YubiKeyFrame in function _debug_string().

dainnilsson commented 8 years ago

Thanks! I'm going to modify this a little to add debug info to that line, as well as some clarification to what those letters actually mean.