summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2016-07-24 11:14:47 +0300
committerYuval Adam <_@yuv.al>2016-07-24 11:14:47 +0300
commit10705d024d128a96855932b64cf3b313ca36be48 (patch)
tree6d32c0d45c8e42792237c553d328ecca5d091f26
parent8dad4278937c5480969299278196aa927e9e9097 (diff)
Update README
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 513e3ad..ed62658 100644
--- a/README.md
+++ b/README.md
@@ -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