diff options
author | Thomas Van Iseghem <[email protected]> | 2023-04-23 23:09:06 +0200 |
---|---|---|
committer | Thomas Van Iseghem <[email protected]> | 2023-04-23 23:09:06 +0200 |
commit | ca65e929dcb1ded9c3ec3c5283716d2287c46e3d (patch) | |
tree | 8d563ef53bd34707f03df40a33d521c6748b2a48 /File-decryption | |
parent | b7378334eaf9fe9a2371227e484ae9c81e39ac1d (diff) | |
download | OpenCortex-ca65e929dcb1ded9c3ec3c5283716d2287c46e3d.tar.gz OpenCortex-ca65e929dcb1ded9c3ec3c5283716d2287c46e3d.zip |
Added favicon and update meta
Diffstat (limited to 'File-decryption')
-rw-r--r-- | File-decryption/webapp/android-chrome-192x192.png | bin | 0 -> 21048 bytes | |||
-rw-r--r-- | File-decryption/webapp/android-chrome-512x512.png | bin | 0 -> 61921 bytes | |||
-rw-r--r-- | File-decryption/webapp/apple-touch-icon.png | bin | 0 -> 13369 bytes | |||
-rw-r--r-- | File-decryption/webapp/browserconfig.xml | 9 | ||||
-rw-r--r-- | File-decryption/webapp/favicon-16x16.png | bin | 0 -> 1464 bytes | |||
-rw-r--r-- | File-decryption/webapp/favicon-32x32.png | bin | 0 -> 2087 bytes | |||
-rw-r--r-- | File-decryption/webapp/favicon.ico | bin | 0 -> 15086 bytes | |||
-rw-r--r-- | File-decryption/webapp/index.html | 16 | ||||
-rw-r--r-- | File-decryption/webapp/mstile-150x150.png | bin | 0 -> 12786 bytes | |||
-rw-r--r-- | File-decryption/webapp/safari-pinned-tab.svg | 86 | ||||
-rw-r--r-- | File-decryption/webapp/site.webmanifest | 19 |
11 files changed, 126 insertions, 4 deletions
diff --git a/File-decryption/webapp/android-chrome-192x192.png b/File-decryption/webapp/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..3dc3e55 --- /dev/null +++ b/File-decryption/webapp/android-chrome-192x192.png diff --git a/File-decryption/webapp/android-chrome-512x512.png b/File-decryption/webapp/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..2f64aff --- /dev/null +++ b/File-decryption/webapp/android-chrome-512x512.png diff --git a/File-decryption/webapp/apple-touch-icon.png b/File-decryption/webapp/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..05d8b16 --- /dev/null +++ b/File-decryption/webapp/apple-touch-icon.png diff --git a/File-decryption/webapp/browserconfig.xml b/File-decryption/webapp/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/File-decryption/webapp/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/File-decryption/webapp/favicon-16x16.png b/File-decryption/webapp/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..d08a870 --- /dev/null +++ b/File-decryption/webapp/favicon-16x16.png diff --git a/File-decryption/webapp/favicon-32x32.png b/File-decryption/webapp/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..344c5d6 --- /dev/null +++ b/File-decryption/webapp/favicon-32x32.png diff --git a/File-decryption/webapp/favicon.ico b/File-decryption/webapp/favicon.ico Binary files differnew file mode 100644 index 0000000..e7754cc --- /dev/null +++ b/File-decryption/webapp/favicon.ico diff --git a/File-decryption/webapp/index.html b/File-decryption/webapp/index.html index 97c0322..96e2494 100644 --- a/File-decryption/webapp/index.html +++ b/File-decryption/webapp/index.html @@ -5,15 +5,23 @@ <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="authors" content="Simone Margaritelli / Thomas Van Iseghem"> - + <title>OpenCortex file decryption/decoder</title> + <meta name="title" content="OpenCortex file decryption/decoder"> + <meta name="description" content="A page that allows you to decrypt and decode files from your Quad Cortex"> + <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> + <link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png"> + <link rel="manifest" href="./site.webmanifest"> + <link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5"> + <meta name="msapplication-TileColor" content="#da532c"> + <meta name="theme-color" content="#ffffff"> + <link rel="stylesheet" href="assets/css/style.css"/> <script src="assets/js/protobuf.min.js"></script> <script src="assets/js/sha1.js"></script> diff --git a/File-decryption/webapp/mstile-150x150.png b/File-decryption/webapp/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..abaf1a3 --- /dev/null +++ b/File-decryption/webapp/mstile-150x150.png diff --git a/File-decryption/webapp/safari-pinned-tab.svg b/File-decryption/webapp/safari-pinned-tab.svg new file mode 100644 index 0000000..f9fe35a --- /dev/null +++ b/File-decryption/webapp/safari-pinned-tab.svg @@ -0,0 +1,86 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M4685 10225 c-776 -72 -1470 -290 -2124 -667 -559 -323 -1067 -764 +-1472 -1278 -557 -707 -927 -1580 -1044 -2460 -73 -545 -58 -1129 41 -1650 +231 -1220 893 -2308 1874 -3081 642 -505 1401 -850 2210 -1003 608 -116 1292 +-116 1900 0 1220 231 2308 893 3081 1874 505 642 850 1401 1003 2210 116 608 +116 1292 0 1900 -231 1220 -893 2308 -1874 3081 -707 557 -1580 927 -2460 +1044 -342 46 -826 58 -1135 30z m690 -1429 c122 -32 313 -124 409 -197 238 +-181 357 -398 401 -737 27 -202 18 -277 -39 -329 -74 -68 -189 -31 -214 69 -6 +24 -14 89 -17 146 -13 227 -99 444 -226 570 -116 117 -250 195 -399 233 -72 +18 -286 18 -370 0 -128 -28 -242 -84 -352 -172 -79 -63 -125 -118 -170 -205 +-90 -173 -100 -271 -96 -979 l3 -480 1845 -5 1845 -5 46 -23 c74 -36 125 -87 +161 -160 l33 -67 0 -1855 0 -1855 -33 -67 c-36 -73 -87 -124 -161 -160 l-46 +-23 -2875 0 -2875 0 -46 23 c-74 36 -125 87 -161 160 l-33 67 0 1855 0 1855 +33 67 c36 73 87 124 161 160 l46 23 885 5 885 5 6 615 c5 575 7 621 26 705 54 +235 155 398 332 539 158 125 294 193 466 230 107 23 120 24 280 21 124 -2 168 +-7 250 -29z m1414 -841 c54 -27 49 -45 -65 -245 -59 -102 -113 -193 -122 -202 +-23 -27 -67 -23 -91 9 -13 15 -19 34 -16 44 11 33 217 384 233 397 20 15 27 +15 61 -3z m381 -377 c26 -28 25 -60 -2 -85 -38 -33 -375 -223 -397 -223 -26 0 +-61 38 -61 65 0 12 9 30 21 41 37 33 373 223 396 224 12 0 31 -10 43 -22z +m135 -498 c24 -27 22 -70 -5 -92 -20 -16 -45 -18 -240 -18 -195 0 -220 2 -240 +18 -27 22 -29 65 -5 92 17 19 32 20 245 20 213 0 228 -1 245 -20z"/> +<path d="M2275 6568 c-48 -17 -93 -56 -118 -101 l-22 -42 0 -1825 0 -1825 21 +-40 c27 -50 48 -69 104 -94 45 -21 51 -21 2860 -21 2809 0 2815 0 2860 21 56 +25 77 44 104 94 l21 40 0 1825 0 1825 -22 42 c-25 47 -71 84 -122 102 -46 15 +-5642 14 -5686 -1z m4428 -341 c26 -15 60 -47 75 -69 l27 -42 0 -842 0 -842 +-30 -44 c-17 -23 -51 -54 -75 -68 l-45 -25 -1530 0 c-1467 0 -1532 1 -1567 18 +-47 24 -81 58 -105 105 -17 35 -18 83 -21 827 -2 558 1 805 9 844 15 71 84 +144 150 159 28 6 591 9 1554 9 l1510 -2 48 -28z m-3806 -585 c300 -94 392 +-465 169 -687 -124 -124 -307 -154 -470 -77 -221 105 -298 390 -161 597 101 +152 290 220 462 167z m4792 -188 c168 -84 167 -324 -2 -409 -173 -86 -367 65 +-326 254 22 104 117 181 224 181 35 0 68 -8 104 -26z m-4941 -1400 c85 -35 +142 -120 142 -214 0 -206 -244 -308 -389 -162 -67 67 -86 144 -59 236 15 51 +93 131 139 145 52 14 126 13 167 -5z m1237 -3 c84 -38 135 -117 135 -211 0 +-158 -144 -264 -300 -220 -84 23 -160 128 -160 220 0 46 28 120 58 154 21 23 +82 62 108 69 44 11 121 6 159 -12z m1230 0 c84 -38 135 -117 135 -211 0 -158 +-144 -264 -300 -220 -84 23 -160 128 -160 220 0 89 76 196 155 219 51 15 128 +12 170 -8z m1230 0 c88 -40 135 -114 135 -211 0 -169 -167 -278 -320 -209 -92 +42 -134 107 -134 209 0 102 42 167 134 209 56 26 132 26 185 2z m1242 -6 c169 +-85 170 -325 2 -409 -175 -87 -369 63 -328 253 31 147 191 223 326 156z +m-4939 -761 c85 -35 142 -120 142 -214 0 -128 -102 -230 -230 -230 -124 0 +-230 106 -230 231 0 86 58 175 134 210 50 23 134 24 184 3z m1237 -3 c84 -38 +135 -117 135 -211 0 -171 -171 -279 -325 -206 -60 28 -87 56 -114 116 -51 113 +6 255 124 306 44 19 133 17 180 -5z m1230 0 c84 -38 135 -117 135 -211 0 -170 +-172 -279 -325 -206 -60 28 -87 56 -114 116 -51 111 6 255 119 304 48 21 136 +20 185 -3z m1246 -9 c207 -108 127 -431 -106 -432 -137 0 -249 125 -231 257 +22 164 191 251 337 175z m1228 2 c168 -84 167 -324 -2 -409 -172 -85 -365 64 +-327 252 31 149 191 225 329 157z"/> +<path d="M3623 6143 c-36 -7 -72 -51 -78 -96 -3 -23 -5 -386 -3 -807 3 -727 4 +-766 22 -792 10 -16 34 -32 55 -38 25 -8 504 -10 1529 -8 l1494 3 29 33 29 32 +0 803 c0 726 -2 805 -16 826 -38 53 33 51 -1561 50 -813 -1 -1488 -4 -1500 -6z"/> +<path d="M2700 5541 c-76 -24 -157 -88 -190 -152 -45 -86 -42 -200 6 -290 92 +-168 329 -204 467 -71 125 121 128 310 7 432 -76 75 -197 109 -290 81z"/> +<path d="M7535 5361 c-82 -34 -92 -157 -16 -208 94 -63 214 27 178 134 -21 64 +-99 99 -162 74z"/> +<path d="M2598 3942 c-30 -18 -58 -67 -58 -102 0 -36 28 -85 59 -103 81 -47 +181 10 181 103 0 93 -103 151 -182 102z"/> +<path d="M3845 3950 c-44 -18 -70 -59 -70 -112 0 -44 4 -53 37 -84 28 -25 47 +-34 73 -34 72 0 125 51 125 120 0 86 -86 143 -165 110z"/> +<path d="M5042 3926 c-34 -31 -37 -39 -37 -86 0 -47 3 -55 37 -86 28 -25 47 +-34 73 -34 72 0 125 51 125 120 0 69 -53 120 -125 120 -26 0 -45 -9 -73 -34z"/> +<path d="M6300 3947 c-33 -16 -70 -73 -70 -107 0 -34 37 -91 70 -107 51 -26 +122 -8 154 39 9 12 16 43 16 68 0 25 -7 56 -16 68 -32 47 -103 65 -154 39z"/> +<path d="M7519 3937 c-45 -30 -63 -83 -46 -134 14 -45 66 -83 112 -83 78 0 +137 82 112 157 -14 45 -66 83 -112 83 -18 0 -47 -10 -66 -23z"/> +<path d="M2598 3172 c-94 -57 -60 -204 49 -219 96 -13 164 89 118 177 -29 56 +-112 77 -167 42z"/> +<path d="M3816 3159 c-41 -35 -55 -84 -36 -128 51 -125 230 -94 230 39 0 104 +-117 157 -194 89z"/> +<path d="M5058 3172 c-31 -19 -58 -67 -58 -105 0 -31 38 -88 70 -104 78 -40 +170 18 170 107 0 93 -103 151 -182 102z"/> +<path d="M6286 3169 c-62 -48 -70 -119 -20 -178 45 -54 125 -54 176 1 22 24 +28 39 28 77 0 26 -7 56 -16 69 -36 52 -121 68 -168 31z"/> +<path d="M7535 3181 c-82 -36 -92 -157 -16 -208 120 -81 252 87 147 186 -27 +25 -97 37 -131 22z"/> +</g> +</svg> diff --git a/File-decryption/webapp/site.webmanifest b/File-decryption/webapp/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/File-decryption/webapp/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} |