blob: 65a75f1a7b89049109f81e3ba278916d093e7581 (
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
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenCortex</title>
<meta name="description" content="OpenCortex decrypt and decode.">
<meta name="author" content="Simone Margaritelli">
</head>
<body>
QuadCortex serial, found in /etc/qc_sn. Leave it blank for global decryption.
<br />
<br />
<input type="text" id="serial-input" />
<br />
<br />
Encrypted file:
<br />
<br />
<input type="file" id="file-input" />
<script src="/sha1.js"></script>
<script src="/main.js"></script>
</body>
</html>
|