-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtest.js
312 lines (238 loc) · 9.75 KB
/
test.js
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
"use strict";
const test = require("tape");
const branca = require("./branca")("73757065727365637265746b6579796f7573686f756c646e6f74636f6d6d6974");
/* Decoding tests */
test("Hello world with zero timestamp", function (tape) {
tape.plan(2);
let token = "870S4BYxgHw0KnP3W9fgVUHEhT5g86vJ17etaC5Kh5uIraWHCI1psNQGv298ZmjPwoYbjDQ9chy2z";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString(), "Hello world!");
tape.equal(timestamp, 0);
});
test("Hello world with max timestamp", function (tape) {
tape.plan(2);
let token = "89i7YCwu5tWAJNHUDdmIqhzOi5hVHOd4afjZcGMcVmM4enl4yeLiDyYv41eMkNmTX6IwYEFErCSqr";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString(), "Hello world!");
tape.equal(timestamp, 4294967295);
});
test("Hello world with November 27 timestamp", function (tape) {
tape.plan(2);
let token = "875GH23U0Dr6nHFA63DhOyd9LkYudBkX8RsCTOMz5xoYAMw9sMd5QwcEqLDRnTDHPenOX7nP2trlT";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString(), "Hello world!");
tape.equal(timestamp, 123206400);
});
test("Eight null bytes with zero timestamp", function (tape) {
tape.plan(2);
let token = "1jIBheHbDdkCDFQmtgw4RUZeQoOJgGwTFJSpwOAk3XYpJJr52DEpILLmmwYl4tjdSbbNqcF1";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString("hex"), "0000000000000000");
tape.equal(timestamp, 0);
});
test("Eight null bytes with max timestamp", function (tape) {
tape.plan(2);
let token = "1jrx6DUu5q06oxykef2e2ZMyTcDRTQot9ZnwgifUtzAphGtjsxfbxXNhQyBEOGtpbkBgvIQx";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString("hex"), "0000000000000000");
tape.equal(timestamp, 4294967295);
});
test("Eight null bytes with November 27th timestamp", function (tape) {
tape.plan(2);
let token = "1jJDJOEjuwVb9Csz1Ypw1KBWSkr0YDpeBeJN6NzJWx1VgPLmcBhu2SbkpQ9JjZ3nfUf7Aytp";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString("hex"), "0000000000000000");
tape.equal(timestamp, 123206400);
});
test("Empty payload", function (tape) {
tape.plan(2);
let token = "4sfD0vPFhIif8cy4nB3BQkHeJqkOkDvinI4zIhMjYX4YXZU5WIq9ycCVjGzB5";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString(), "");
tape.equal(timestamp, 0);
});
test("Non-UTF8 payload", function (tape) {
tape.plan(2);
let token = "K9u6d0zjXp8RXNUGDyXAsB9AtPo60CD3xxQ2ulL8aQoTzXbvockRff0y1eXoHm";
let message = branca.decode(token);
let timestamp = branca.timestamp(token);
tape.equal(message.toString("hex"), "80");
tape.equal(timestamp, 123206400);
});
test("Wrong version 0xBB", function (tape) {
tape.plan(1);
let token = "89mvl3RkwXjpEj5WMxK7GUDEHEeeeZtwjMIOogTthvr44qBfYtQSIZH5MHOTC0GzoutDIeoPVZk3w";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Invalid base62 characters", function (tape) {
tape.plan(1);
let token = "875GH23U0Dr6nHFA63DhOyd9LkYudBkX8RsCTOMz5xoYAMw9sMd5QwcEqLDRnTDHPenOX7nP2trlT_";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Modified version", function (tape) {
tape.plan(1);
let token = "89mvl3S0BE0UCMIY94xxIux4eg1w5oXrhvCEXrDAjusSbO0Yk7AU6FjjTnbTWTqogLfNPJLzecHVb";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Modified first byte of the nonce", function (tape) {
tape.plan(1);
let token = "875GH233SUysT7fQ711EWd9BXpwOjB72ng3ZLnjWFrmOqVy49Bv93b78JU5331LbcY0EEzhLfpmSx";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Modified timestamp", function (tape) {
tape.plan(1);
let token = "870g1RCk4lW1YInhaU3TP8u2hGtfol16ettLcTOSoA0JIpjCaQRW7tQeP6dQmTvFIB2s6wL5deMXr";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Modified last byte of the ciphertext", function (tape) {
tape.plan(1);
let token = "875GH23U0Dr6nHFA63DhOyd9LkYudBkX8RsCTOMz5xoYAMw9sMd5Qw6Jpo96myliI3hHD7VbKZBYh";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Modified last byte of the Poly1305 tag", function (tape) {
tape.plan(1);
let token = "875GH23U0Dr6nHFA63DhOyd9LkYudBkX8RsCTOMz5xoYAMw9sMd5QwcEqLDRnTDHPenOX7nP2trk0";
tape.throws(function () {
let message = branca.decode(token);
}, Error)
});
test("Wrong key", function (tape) {
tape.plan(1);
let branca2 = require("./branca")("deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef");
let token = "870S4BYxgHw0KnP3W9fgVUHEhT5g86vJ17etaC5Kh5uIraWHCI1psNQGv298ZmjPwoYbjDQ9chy2z";
tape.throws(function () {
let message = branca2.decode(token);
}, Error)
});
test("Invalid key (too short)", function (tape) {
tape.plan(1);
tape.throws(function () {
let branca = require("./branca")("deadbeef");
}, Error)
});
test("Invalid key (too long)", function (tape) {
tape.plan(1);
tape.throws(function () {
let branca = require("./branca")("deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef");
}, Error)
});
/* Encoding tests */
test("Hello world with zero timestamp", function (tape) {
tape.plan(1);
let token = "870S4BYxgHw0KnP3W9fgVUHEhT5g86vJ17etaC5Kh5uIraWHCI1psNQGv298ZmjPwoYbjDQ9chy2z";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = "Hello world!";
let timestamp = 0;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Hello world with max timestamp", function (tape) {
tape.plan(1);
let token = "89i7YCwu5tWAJNHUDdmIqhzOi5hVHOd4afjZcGMcVmM4enl4yeLiDyYv41eMkNmTX6IwYEFErCSqr";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = "Hello world!";
let timestamp = 4294967295;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Hello world with November 27 timestamp", function (tape) {
tape.plan(1);
let token = "875GH23U0Dr6nHFA63DhOyd9LkYudBkX8RsCTOMz5xoYAMw9sMd5QwcEqLDRnTDHPenOX7nP2trlT";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = "Hello world!";
let timestamp = 123206400;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Eight null bytes with zero timestamp", function (tape) {
tape.plan(1);
let token = "1jIBheHbDdkCDFQmtgw4RUZeQoOJgGwTFJSpwOAk3XYpJJr52DEpILLmmwYl4tjdSbbNqcF1";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = Buffer.from("0000000000000000", "hex");
let timestamp = 0;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Eight null bytes with max timestamp", function (tape) {
tape.plan(1);
let token = "1jrx6DUu5q06oxykef2e2ZMyTcDRTQot9ZnwgifUtzAphGtjsxfbxXNhQyBEOGtpbkBgvIQx";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = Buffer.from("0000000000000000", "hex");
let timestamp = 4294967295;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Eight null bytes with with November 27th timestamp", function (tape) {
tape.plan(1);
let token = "1jJDJOEjuwVb9Csz1Ypw1KBWSkr0YDpeBeJN6NzJWx1VgPLmcBhu2SbkpQ9JjZ3nfUf7Aytp";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = Buffer.from("0000000000000000", "hex");
let timestamp = 123206400;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Empty payload", function (tape) {
tape.plan(1);
let token = "4sfD0vPFhIif8cy4nB3BQkHeJqkOkDvinI4zIhMjYX4YXZU5WIq9ycCVjGzB5";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = Buffer.from("");
let timestamp = 0;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
test("Non-UTF8 payload", function (tape) {
tape.plan(1);
let token = "K9u6d0zjXp8RXNUGDyXAsB9AtPo60CD3xxQ2ulL8aQoTzXbvockRff0y1eXoHm";
let nonce = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex");
let message = Buffer.from("80", "hex");
let timestamp = 123206400;
branca._nonce = nonce;
tape.equal(branca.encode(message, timestamp), token);
});
/* Implementation specific tests */
test("test expired token", function (tape) {
tape.plan(1);
let token = "875GH234UdXU6PkYq8g7tIM80XapDQOH72bU48YJ7SK1iHiLkrqT8Mly7P59TebOxCyQeqpMJ0a7a";
tape.throws(function () {
let message = branca.decode(token, 3600);
}, Error)
});
test("test defaults", function (tape) {
tape.plan(1);
let token = branca.encode("Hello world!");
let message = branca.decode(token);
tape.equal(message.toString(), "Hello world!");
});
test("test Buffer as key", function (tape) {
tape.plan(1);
let key = Buffer.from("beefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeefbeef", "hex")
let brancaBuf = require("./branca")(key);
let token = branca.encode("Hello world!");
let message = branca.decode(token);
tape.equal(message.toString(), "Hello world!");
});
test("test should create token with empty payload", function (tape) {
tape.plan(1);
let token = branca.encode("");
let message = branca.decode(token);
tape.equal(message.toString(), "");
});