OLD | NEW |
| (Empty) |
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <script src="../resources/js-test.js"></script> | |
5 <script src="resources/common.js"></script> | |
6 </head> | |
7 <body> | |
8 <p id="description"></p> | |
9 <div id="console"></div> | |
10 | |
11 <script> | |
12 description("Test wrapping and unwrapping AES keys with RSA-OAEP."); | |
13 | |
14 jsTestIsAsync = true; | |
15 | |
16 var publicKeyJSON = { | |
17 kty: "RSA", | |
18 alg: "RSA-OAEP", | |
19 n: "rcCUCv7Oc1HVam1DIhCzqknThWawOp8QLk8Ziy2p10ByjQFCajoFiyuAWl-R1WXZaf4xitLR
racT9agpzIzc-MbLSHIGgWQGO21lGiImy5ftZ-D8bHAqRz2y15pzD4c4CEou7XSSLDoRnR0QG5MsDhD6
s2gV9mwHkrtkCxtMWdBi-77as8wGmlNRldcOSgZDLK8UnCSgA1OguZ989bFyc8tOOEIb0xUSfPSz3LPS
CnyYz68aDjmKVeNH-ig857OScyWbGyEy3Biw64qun3juUlNWsJ3zngkOdteYWytx5Qr4XKNs6R-Myyq7
2KUp02mJDZiiyiglxML_i3-_CeecCw", | |
20 e: "AQAB" | |
21 }; | |
22 | |
23 var privateKeyJSON = { | |
24 kty: "RSA", | |
25 alg: "RSA-OAEP", | |
26 n: "rcCUCv7Oc1HVam1DIhCzqknThWawOp8QLk8Ziy2p10ByjQFCajoFiyuAWl-R1WXZaf4xitLR
racT9agpzIzc-MbLSHIGgWQGO21lGiImy5ftZ-D8bHAqRz2y15pzD4c4CEou7XSSLDoRnR0QG5MsDhD6
s2gV9mwHkrtkCxtMWdBi-77as8wGmlNRldcOSgZDLK8UnCSgA1OguZ989bFyc8tOOEIb0xUSfPSz3LPS
CnyYz68aDjmKVeNH-ig857OScyWbGyEy3Biw64qun3juUlNWsJ3zngkOdteYWytx5Qr4XKNs6R-Myyq7
2KUp02mJDZiiyiglxML_i3-_CeecCw", | |
27 e: "AQAB", | |
28 d: "eNLS37aCz7RXSNPD_DtLBJ6j5T8cSxdzRBCjPaI6WcGqJp16lq3UTwuoDLAqlA9oGYm238ds
IWpuucP_lQtbWe-7SpxoI6_vmYGf7YVUHv1-DF9qiOmSrMmdxMnVOzYXY8RaT6thPjn_J5cfLV2xI_Lw
srMtmpdSyNlgX0zTUhwtuahgAKMEChYjH2EnjHdHw6sY2-wApdcQI7ULE0oo5RzbQZpmuhcN9hiBc0L3
hhF0qo50mbl02_65_GQ7DpVkXBxNgRBLzlPabmzzG2oAhfefLgYmSC1opaCkXE6vRWQNWNL45RZNZFYM
3uoJghOMqGeocM0BpjdChHrPOlFvSQ", | |
29 p: "4miTuAjKMeH5uJ5KB397QUwhbkYEgSbcA2mifmSkvE2018gb55qkBHK1eVryf1_m43LNlc6O
_ak6gfzdZIZvS5NCGjPl0q09plUpu8qFOSspBwA67qGH76lFlZLn_d4yglS7wfLru4_5Ys8qLLs-DqVL
viwposOnyyWqwM5AXp0", | |
30 q: "xHYrzkivtmnz_sGchnWGc0q-pDOkKicptRpv2pMFIIXxnFX5aMeEXIZjVujXtwUy1UlFIN2G
ZJSvy5KJ79mu_XyNnFHMzedH-A3ee3u8h1UUrZF-vUu1_e4U_x67NN1dedzUSKynN7pFl3OkuShMBWGV
-cwzOPdcVAfVuZlxUMc", | |
31 dp: "fBzDzYDUBmBQGop7Hn0dvf_T27V6RqpctWo074CQZcFbP2atFVtKSj3viWT3xid2VHzcgiD
HdfpM3nEVlEO1wwIonGCSvdjGEOZiiFVOjrZAOVxA8guOjyyFvqbXke06VwPIIVvfKeSU2zuhbP__1tt
6F_fxow4Kb2xonGT0GGk", | |
32 dq: "jmE2DiIPdhwDgLXAQpIaBqQ81bO3XfVT_LRULAwwwwlPuQV148H04zlh9TJ6Y2GZHYokV1U
0eOBpJxfkb7dLYtpJpuiBjRf4yIUEoGlkkI_QlJnFSFr-YjGRdfNHqWBkxlSMZL770R9mIATndGkH7z5
x-r9KwBZFC4FCG2hg_zE", | |
33 qi: "YCX_pLwbMBA1ThVH0WcwmnytqNcrMCEwTm7ByA2eU6nWbQrULvf7m9_kzfLUcjsnpAVlBQG
5JMXMy0Sq4ptwbywsa5-G8KAOOOR2L3v4hC-Eys9ftgFM_3i0o40eeQH4b3haPbntrIeMg8IzlOuVYKf
9-2QuKDoWeRdd7NsdxTk" | |
34 }; | |
35 var wrapAlgorithm = {name: "RSA-OAEP", hash: "sha-1"}; | |
36 var extractable = true; | |
37 var nonExtractable = false; | |
38 | |
39 var importAlgorithm = {name: "rsa-oaep", hash: {name:"sha-1"}}; | |
40 | |
41 debug("Importing RSA keys..."); | |
42 crypto.subtle.importKey("jwk", publicKeyJSON, importAlgorithm, extractable, ["wr
apKey"]).then(function(result) { | |
43 publicKey = result; | |
44 return crypto.subtle.importKey("jwk", privateKeyJSON, importAlgorithm, extra
ctable, ["unwrapKey"]); | |
45 }).then(function(result) { | |
46 privateKey = result; | |
47 | |
48 debug("Importing an AES key..."); | |
49 aesKeyData = hexStringToUint8Array("603deb1015ca71be2b73aef0857d77811f352c07
3b6108d72d9810a30914dff4"); | |
50 return crypto.subtle.importKey("raw", aesKeyData, {name:"aes-cbc"}, extracta
ble, ["encrypt", "decrypt", "wrapKey", "unwrapKey"]) | |
51 }).then(function(result) { | |
52 aesKey = result; | |
53 debug("Wrapping it..."); | |
54 | |
55 return crypto.subtle.wrapKey("raw", aesKey, publicKey, wrapAlgorithm); | |
56 }).then(function(result) { | |
57 wrappedKey = result; | |
58 shouldBe("wrappedKey.toString()", "'[object ArrayBuffer]'"); | |
59 | |
60 debug("Unwrapping it..."); | |
61 return crypto.subtle.unwrapKey("raw", wrappedKey, privateKey, wrapAlgorithm,
{name:"aes-cbc"}, extractable, ["encrypt", "decrypt"]); | |
62 }).then(function(result) { | |
63 unwrappedKey = result; | |
64 shouldBe("unwrappedKey.toString()", "'[object CryptoKey]'"); | |
65 shouldBe("unwrappedKey.type", "'secret'"); | |
66 shouldBe("unwrappedKey.extractable", "true"); | |
67 shouldBe("unwrappedKey.algorithm.name", "'AES-CBC'"); | |
68 shouldBe("unwrappedKey.algorithm.length", "256"); | |
69 shouldBe("unwrappedKey.usages", "['encrypt', 'decrypt']"); | |
70 | |
71 debug("Exporting it..."); | |
72 return crypto.subtle.exportKey("raw", unwrappedKey); | |
73 }).then(function(result) { | |
74 unwrappedKeyData = result; | |
75 shouldBe("bytesToHexString(unwrappedKeyData)", "bytesToHexString(aesKeyData)
"); | |
76 | |
77 debug("\nWrapping the same key as JWK..."); | |
78 return crypto.subtle.wrapKey("jwk", aesKey, publicKey, wrapAlgorithm); | |
79 }).then(function(result) { | |
80 wrappedKey = result; | |
81 shouldBe("wrappedKey.toString()", "'[object ArrayBuffer]'"); | |
82 | |
83 debug("Unwrapping it..."); | |
84 return crypto.subtle.unwrapKey("jwk", wrappedKey, privateKey, wrapAlgorithm,
{name:"aes-cbc"}, extractable, ["encrypt", "decrypt"]); | |
85 }).then(function(result) { | |
86 unwrappedKey = result; | |
87 shouldBe("unwrappedKey.toString()", "'[object CryptoKey]'"); | |
88 shouldBe("unwrappedKey.type", "'secret'"); | |
89 shouldBe("unwrappedKey.extractable", "true"); | |
90 shouldBe("unwrappedKey.algorithm.name", "'AES-CBC'"); | |
91 shouldBe("unwrappedKey.algorithm.length", "256"); | |
92 shouldBe("unwrappedKey.usages", "['encrypt', 'decrypt']"); | |
93 | |
94 debug("Exporting it..."); | |
95 return crypto.subtle.exportKey("raw", unwrappedKey); | |
96 }).then(function(result) { | |
97 unwrappedKeyData = result; | |
98 shouldBe("bytesToHexString(unwrappedKeyData)", "bytesToHexString(aesKeyData)
"); | |
99 }).then(finishJSTest, failAndFinishJSTest); | |
100 </script> | |
101 | |
102 </body> | |
103 </html> | |
OLD | NEW |