diff options
Diffstat (limited to 'File-decryption/webapp/index.html')
-rw-r--r-- | File-decryption/webapp/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html new file mode 100644 index 0000000..65a75f1 --- /dev/null +++ b/File-decryption/webapp/index.html @@ -0,0 +1,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>
\ No newline at end of file |