blob: f301251bdbd80d083bcd2c38943d0006a767406e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file was lifted from the LinOTP test suite and should include OCRA keys.
The pre-shared key is 4A057F6AB6FCB57AB5408E46A9835E68.
-->
<KeyContainer Version="1.0"
Id="KC20130122"
xmlns="urn:ietf:params:xml:ns:keyprov:pskc"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<EncryptionKey>
<ds:KeyName>Pre-shared-key</ds:KeyName>
</EncryptionKey>
<MACMethod Algorithm="http://www.w3.org/2000/09/xmldsig#hmac-sha1">
<MACKey>
<xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
<xenc:CipherData>
<xenc:CipherValue>OdudVkgsZywiwE1HqPGOJtHmBl+6HzJkylgDrZU9gcflyCddzO+cxEwzYIlOiwrE</xenc:CipherValue>
</xenc:CipherData>
</MACKey>
</MACMethod>
<KeyPackage>
<DeviceInfo>
<Manufacturer>NagraID Security</Manufacturer>
<SerialNo>306EUO4-00960</SerialNo>
<Model>306E</Model>
<IssueNo>880479B6A2CA2080</IssueNo>
</DeviceInfo>
<Key Id="880479B6A2CA2080"
Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:ocra">
<AlgorithmParameters>
<Suite>OCRA-1:HOTP-SHA1-6:C-QN08-PSHA1</Suite>
<ResponseFormat Length="6" Encoding="DECIMAL"/>
</AlgorithmParameters>
<Data>
<Secret>
<EncryptedValue>
<xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
<xenc:CipherData>
<xenc:CipherValue>VHdEP8TXnMmE3yiAnB5Fx+SQ85UXCNAxH7IyOixJpUZHMk9GTdFYWNsxZp8jVpfp</xenc:CipherValue>
</xenc:CipherData>
</EncryptedValue>
<ValueMAC>uQ1Bef+XVXHQoW4ZzyQ/cv/9zYA=</ValueMAC>
</Secret>
<Counter>
<PlainValue>0</PlainValue>
</Counter>
</Data>
</Key>
</KeyPackage>
<KeyPackage>
<DeviceInfo>
<Manufacturer>NagraID Security</Manufacturer>
<SerialNo>306EUO4-00954</SerialNo>
<Model>306E</Model>
<IssueNo>880489CFA2CA2080</IssueNo>
</DeviceInfo>
<Key Id="880489CFA2CA2080"
Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:ocra">
<AlgorithmParameters>
<Suite>OCRA-1:HOTP-SHA1-6:C-QN08-PSHA1</Suite>
<ResponseFormat Length="6" Encoding="DECIMAL"/>
</AlgorithmParameters>
<Data>
<Secret>
<EncryptedValue>
<xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
<xenc:CipherData>
<xenc:CipherValue>YTvA1cSntb4cPJHPFkJwuSZkAsLPo+o1EJPA22DeijZRaKhJAwArQKbwDwSmNrR1</xenc:CipherValue>
</xenc:CipherData>
</EncryptedValue>
<ValueMAC>N8QGRQ7yKd8suyUgaEVme7f0HrA=</ValueMAC>
</Secret>
<Counter>
<PlainValue>0</PlainValue>
</Counter>
</Data>
</Key>
</KeyPackage>
<KeyPackage>
<DeviceInfo>
<Manufacturer>NagraID Security</Manufacturer>
<SerialNo>306EUO4-00958</SerialNo>
<Model>306E</Model>
<IssueNo>880497B3A2CA2080</IssueNo>
</DeviceInfo>
<Key Id="880497B3A2CA2080"
Algorithm="urn:ietf:params:xml:ns:keyprov:pskc:ocra">
<AlgorithmParameters>
<Suite>OCRA-1:HOTP-SHA1-6:C-QN08-PSHA1</Suite>
<ResponseFormat Length="6" Encoding="DECIMAL"/>
</AlgorithmParameters>
<Data>
<Secret>
<EncryptedValue>
<xenc:EncryptionMethod
Algorithm="http://www.w3.org/2001/04/xmlenc#aes128-cbc"/>
<xenc:CipherData>
<xenc:CipherValue>BdxW7Pb46LafGV8k2zDQ48ujoyYX7M+JumfS3Wx5dP1E9y5By/97QTMiGkzJrcWj</xenc:CipherValue>
</xenc:CipherData>
</EncryptedValue>
<ValueMAC>WGhmLhbGn4Dksa7lHKfKOqbsJhU=</ValueMAC>
</Secret>
<Counter>
<PlainValue>0</PlainValue>
</Counter>
</Data>
</Key>
</KeyPackage>
</KeyContainer>
|