-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (59 loc) · 2.48 KB
/
index.html
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
<<<<<<< HEAD
<!DOCTYPE html>
<html>
<meta charset="utf-8"/>
<head>
<script type="text/javascript" src="dist/index.js"></script>
<script type="text/javascript">
var aki = {
publicKey: new Uint8Array(
[120, 127, 136, 242, 254, 206, 214, 30, 208, 250, 214, 155, 191, 61,
89, 102, 56, 245, 6, 134, 80, 248, 177, 127, 27, 42, 87, 236, 96,
21, 25, 70]
),
secretKey: new Uint8Array([191, 178, 223, 214, 75, 12, 77, 69, 78, 226,
64, 144, 144, 236, 189, 248, 58, 7, 135, 177, 123, 235, 28, 19, 99,
81, 43, 137, 182, 249, 177, 129]
)
}
var akh = {
publicKey: new Uint8Array([72, 21, 11, 199, 48, 32, 162, 102, 160, 224,
156, 102, 95, 131, 14, 160, 171, 130, 37, 150, 179, 112, 237, 246,
189, 59, 7, 118, 82, 185, 194, 9]
),
secretKey: new Uint8Array([193, 194, 69, 224, 177, 40, 37, 25, 20, 203,
200, 18, 212, 167, 42, 205, 152, 46, 235, 252, 50, 59, 200, 221,
136, 152, 31, 32, 224, 36, 12, 81]
)
}
var bki = {
publicKey: new Uint8Array([135, 231, 129, 182, 192, 66, 50, 60, 173, 84,
224, 183, 86, 101, 124, 18, 138, 73, 208, 230, 162, 161, 116, 122,
201, 108, 45, 116, 255, 214, 122, 91]
),
secretKey: new Uint8Array([133, 165, 197, 75, 254, 192, 121, 55, 67, 66,
214, 152, 168, 141, 239, 38, 125, 235, 124, 173, 236, 203, 85, 105,
86, 47, 86, 244, 198, 141, 201, 25]
)
}
var bkh = {
publicKey: new Uint8Array([91, 221, 234, 40, 144, 246, 91, 187, 154, 76,
60, 178, 204, 81, 35, 195, 254, 114, 246, 88, 90, 170, 68, 97, 199,
170, 72, 36, 107, 66, 206, 9]
),
secretKey: new Uint8Array([64, 68, 196, 103, 210, 179, 166, 40, 187,
150, 167, 233, 144, 206, 64, 26, 77, 133, 70, 238, 232, 227, 133,
83, 149, 202, 213, 41, 152, 243, 237, 41]
)
}
window.onload = function () {
document.getElementById('result').innerHTML = foo(100);
};
</script>
</head>
<body>
<h1>Forward Secrecy</h1>
foo = <span style='font-family: monospace' id="result"></span>
</body>
</html>
>>>>>>> dev