mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-12-01 15:24:16 +01:00
Update YubiKeyInfoFormat.adoc
This commit is contained in:
parent
93f0ca3a9d
commit
0900b41981
@ -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.
|
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.
|
Any empty line, or a line beginning with a # is ignored.
|
||||||
|
|
||||||
The meaning are as follows:
|
The meaning are as follows:
|
||||||
;active
|
|
||||||
: the YubiKey state, 1 if active, 0 if not
|
```
|
||||||
;created
|
active
|
||||||
: unix timestamp of when the YubiKey entry was created, decimal integer
|
the YubiKey state, 1 if active, 0 if not
|
||||||
;modified
|
created
|
||||||
: unix timestamp of when the YubiKey entry was last modified, decimal integer
|
unix timestamp of when the YubiKey entry was created, decimal integer
|
||||||
;yk_publicname
|
modified
|
||||||
: the public id of the YubiKey, modhex string
|
unix timestamp of when the YubiKey entry was last modified, decimal integer
|
||||||
;yk_counter
|
yk_publicname
|
||||||
: the YubiKey session counter, decimal integer
|
the public id of the YubiKey, modhex string
|
||||||
;yk_use
|
yk_counter
|
||||||
: the YubiKey use counter, decimal integer
|
the YubiKey session counter, decimal integer
|
||||||
;yk_low
|
yk_use
|
||||||
: the low part of the YubiKey timestamp counter, decimal integer
|
the YubiKey use counter, decimal integer
|
||||||
;yk_high
|
yk_low
|
||||||
: the high part of the YubiKey timestamp counter, decimal integer
|
the low part of the YubiKey timestamp counter, decimal integer
|
||||||
;nonce
|
yk_high
|
||||||
: the nonce used for the last validation request, ascii printable string
|
the high part of the YubiKey timestamp counter, decimal integer
|
||||||
;notes
|
nonce
|
||||||
: not used, printable ascii string
|
the nonce used for the last validation request, ascii printable string
|
||||||
|
notes
|
||||||
|
not used, printable ascii string
|
||||||
|
```
|
||||||
|
|
||||||
An example of a valid data line:
|
An example of a valid data line:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user