Translate yubikey one-time passwords to modhex regardless of keyboard layout.
Project description
The Yubikey is a one-time password device that acts as a USB keyboard, emitting a unique sequence of keycodes each time the button is pressed. These codes produce different characters depending on your keyboard layout. This can be frustrating if your keyboard layout is incompatible with the Yubico server.
modhex.translate(otp) compares the unicode output of a Yubikey against the characters the Yubikey would emit in a variety of keyboard layouts, returning the set of possible translations. In the likely case len(set(otp)) == 16, almost every keyboard layout has an unambigous translation into Yubico-compatible modhex, what the Yubikey types under the QWERTY keyboard layout.
>>> import modhex >>> modhex.translate(u"jjjjjjjjnhe.ngcgjeiuujjjdtgihjuecyixinxunkhj") set([u'ccccccccljdeluiucdgffccchkugjcfditgbglbflvjc'])
>>> modhex.translate(u"jjjjjjjjnhe.ngcgjeiuujjjdtgihjuecyixinxunkhj", ... modhex.HEX) set([u'00000000a823ae7e0254400069e580427d515a14af80'])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Modhex-0.1.tar.gz
.
File metadata
- Download URL: Modhex-0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f961831607600415a11e66526c57f1783c21214ef7cdbacf2e560e291bc0171d |
|
MD5 | ca1545d7b62b42ee68e543f6db933752 |
|
BLAKE2b-256 | e16c579e86c0ced23568fe88b2b4641e1144a238d9bad05a3d5b190870921fed |