diff options
| author | Yuval Adam <_@yuv.al> | 2016-07-24 11:14:47 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2016-07-24 11:14:47 +0300 |
| commit | 10705d024d128a96855932b64cf3b313ca36be48 (patch) | |
| tree | 6d32c0d45c8e42792237c553d328ecca5d091f26 | |
| parent | 8dad4278937c5480969299278196aa927e9e9097 (diff) | |
Update README
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ # Django Yubitest -A proof-of-concept for using [Yubikey OTP](https://developers.yubico.com/OTP/OTPs_Explained.html) as a required method for logging into a Django application. +A proof-of-concept for using [Yubikey OTP](https://developers.yubico.com/OTP/OTPs_Explained.html) as a required method for logging into a Django application. This example uses a locally-verified device, meaning the Yubikey device should be programmed via the Yubikey customization tool with well-known: + + - 4 byte modhex public ID (YubiCloud usually requires 6 by default) + - 6 byte hex private ID + - 16 byte hex secret key + +Test vectors are used for demonstration purposes so no actual physical key is required. ## Usage |
