From 10705d024d128a96855932b64cf3b313ca36be48 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 24 Jul 2016 11:14:47 +0300 Subject: Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.3.1