1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2024-11-29 09:24:12 +01:00

Update YubiKeyInfoFormat.adoc

This commit is contained in:
Henrik Stråth 2014-08-11 15:57:37 +02:00
parent 93f0ca3a9d
commit 0900b41981

View File

@ -1,4 +1,5 @@
=Format of YubiKey Info Data=
Format of YubiKey Info Data
===========================
This file holds data used in the YubiKey OTP validation phase.
@ -11,26 +12,29 @@ active,created,modified,yk_publicname,yk_counter,yk_use,yk_low,yk_high,nonce,not
Any empty line, or a line beginning with a # is ignored.
The meaning are as follows:
;active
: the YubiKey state, 1 if active, 0 if not
;created
: unix timestamp of when the YubiKey entry was created, decimal integer
;modified
: unix timestamp of when the YubiKey entry was last modified, decimal integer
;yk_publicname
: the public id of the YubiKey, modhex string
;yk_counter
: the YubiKey session counter, decimal integer
;yk_use
: the YubiKey use counter, decimal integer
;yk_low
: the low part of the YubiKey timestamp counter, decimal integer
;yk_high
: the high part of the YubiKey timestamp counter, decimal integer
;nonce
: the nonce used for the last validation request, ascii printable string
;notes
: not used, printable ascii string
```
active
the YubiKey state, 1 if active, 0 if not
created
unix timestamp of when the YubiKey entry was created, decimal integer
modified
unix timestamp of when the YubiKey entry was last modified, decimal integer
yk_publicname
the public id of the YubiKey, modhex string
yk_counter
the YubiKey session counter, decimal integer
yk_use
the YubiKey use counter, decimal integer
yk_low
the low part of the YubiKey timestamp counter, decimal integer
yk_high
the high part of the YubiKey timestamp counter, decimal integer
nonce
the nonce used for the last validation request, ascii printable string
notes
not used, printable ascii string
```
An example of a valid data line: