-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdecrypt.html
More file actions
179 lines (172 loc) · 8.98 KB
/
decrypt.html
File metadata and controls
179 lines (172 loc) · 8.98 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Classified Content | Cookie Engineer's Website</title>
<!-- Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=2, user-scalable=yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="creator" content="Cookie Engineer">
<meta name="description" content="Cookie Engineer's Classified Projects">
<meta name="keywords" content="AI, LLM, Cyber Security, Cyber Defense, Pentesting, Purpleteaming, Malware Development">
<meta name="generator" content="Cookie Engineer's hands with peppermint tea and nightly VIM sessions">
<meta name="robots" content="noindex, follow">
<!-- Website Design -->
<link rel="stylesheet" href="/design/index.css">
<script type="module" src="/design/index.mjs" defer></script>
<!-- Decrypt Design -->
<link rel="stylesheet" href="/design/decrypt/index.css">
<script type="module" src="/design/decrypt/index.mjs" defer></script>
</head>
<body data-layout="article">
<header>
<div><button data-action="toggle-aside" title="Toggle Sidebar" class="visible"></button><button data-action="toggle-theme" title="Switch Dark/Light Theme"></button><button data-action="toggle-font" title="Switch Dyslexic/Normal Fonts"></button></div>
<div><img src="/design/about/cookiengineer.png" width="32" height="32" /><h1><a href="/index.html">Cookie Engineer's Website</a></h1></div>
<div></div>
</header>
<div>
<aside class="visible">
<ul>
<li>
<b>About</b>
<ul>
<li><a href="/about/me.html">About Me</a></li>
<li><a href="/about/my-work.html">About My Work</a></li>
<li><a href="/about/talks.html">Cookie's Conf Talks</a></li>
<li><a href="/about/writeups.html">Cookie's CTF Writeups</a></li>
<li><a href="/weblog/index.html">Cookie's Weblog</a></li>
<li><a href="/wiki/index.html">Cookie's Wiki</a></li>
<li><a href="/contact/me.html">Contact Me</a></li>
</ul>
</li>
<li>
<b>Hardware</b>
<ul>
<li><a href="/projects/hardware/anet-a8.html">Anet A8</a></li>
<li><a href="/projects/hardware/gameboy-advance.html">Gameboy Advance</a></li>
<li><a href="/projects/hardware/hackberry-pi.html">Hackberry Pi</a></li>
<li><a href="/projects/hardware/switchine.html">Switchine</a></li>
</ul>
</li>
<li>
<b>Cyber Defense</b>
<ul>
<li><a href="/projects/cyber-defense/antispam.html">Antispam</a></li>
<li><a href="/projects/cyber-defense/antibote.html">Antibote</a></li>
<li><a title="Under active development" href="/projects/cyber-defense/rogueberry.html">RogueBerry One 🚧</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-convoy.md">Tholian Convoy 🔒</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-detective.md">Tholian Detective 🔒</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-firewall.md">Tholian Firewall 🔒</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-guard.md">Tholian Guard 🔒</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-intel.md">Tholian Intel 🔒</a></li>
<li><a title="Classified project, needs a password for decryption" href="/decrypt.html?file=/projects/cyber-defense/tholian-stealth.md">Tholian Stealth 🔒</a></li>
<li><a href="/projects/cyber-defense/tholian-warps.html">Tholian Warps</a></li>
</ul>
</li>
<li>
<b>Cyber Security</b>
<ul>
<li><a title="Under active development" href="/projects/cyber-security/dnsproxy.html">DNS Proxy 🚧</a></li>
<li><a href="/projects/cyber-security/dnsquery.html">DNS Query</a></li>
<li><a href="/projects/cyber-security/forensics-tools.html">Forensics Tools</a></li>
<li><a title="Under active development" href="/projects/cyber-security/goroot.html">GoRoot 🚧</a></li>
<li><a href="/projects/cyber-security/stegit.html">StegIt</a></li>
</ul>
</li>
<li>
<b><abbr title="Development and Operations">Dev Ops</abbr></b>
<ul>
<li><a href="/projects/development/agenda.html">Agenda</a></li>
<li><a href="/projects/development/git-evac.html">Git EVAC</a></li>
<li><a href="/projects/development/git-identity.html">Git Identity</a></li>
<li><a href="/projects/development/golpm.html">GoLPM</a></li>
<li><a href="/projects/development/golocron.html">Golocron</a></li>
<li><a title="Under active development" href="/projects/development/gooey.html">Gooey Framework 🚧</a></li>
<li><a title="Under active development" href="/projects/development/gooey-cli.html">Gooey CLI 🚧</a></li>
<li><a href="/projects/development/i3-brightnessctl.html">i3 BrightnessCTL</a></li>
<li><a href="/projects/development/pacman-backup.html">Pacman Backup</a></li>
<li><a href="/projects/development/pwettify.html">Pwettify</a></li>
<li><a href="/projects/development/retrokit.html">RetroKit</a></li>
<li><a title="Under active development" href="/projects/development/zimdex.html">ZIMdex 🚧</a></li>
</ul>
</li>
<li>
<b>Tutorials</b>
<ul>
<li><a href="/tutorials/ai-1-flappy-evolution/index.html">AI #1: Flappy Evolution</a></li>
<li><a href="/tutorials/ai-2-pong/index.html">AI #2: Reinforced Pong</a></li>
<li><a href="/tutorials/ai-3-pong-evolution/index.html">AI #3: Pong Evolution</a></li>
</ul>
</li>
<li>
<b><abbr title="Currently unmaintained Software">Archive</abbr></b>
<ul>
<li><a href="/projects/archive/dns-proxy.html">DNS Proxy</a></li>
<li><a href="/projects/archive/gibook-editor.html">GIBook Editor</a></li>
<li><a href="/projects/archive/git-work.html">Git Work</a></li>
<li><a href="/projects/archive/jquery-desktop.html">jQuery Desktop</a></li>
<li><a href="/projects/archive/lycheejs-breeder.html">lychee.js Breeder</a></li>
<li><a href="/projects/archive/lycheejs-engine.html">lychee.js Engine</a></li>
<li><a href="/projects/archive/lycheejs-fertilizer.html">lychee.js Fertilizer</a></li>
<li><a href="/projects/archive/lycheejs-harvester.html">lychee.js Harvester</a></li>
<li><a href="/projects/archive/polyfillr.html">Polyfillr Framework</a></li>
<li><a href="/projects/archive/webmail-me.html">Webmail.me</a></li>
<li><a href="/projects/archive/webslide-me.html">Webslide.me</a></li>
<li><a href="/projects/archive/zynga-jukebox.html">Zynga Jukebox</a></li>
<li><a href="/projects/archive/zynga-speedrun.html">Zynga Speedrun</a></li>
</ul>
</li>
<li>
<b>Browser Extensions</b>
<ul>
<li><a href="/projects/browser-extensions/defiant.html">Defiant</a></li>
<li><a href="/projects/browser-extensions/github-scrumboard.html">GitHub Scrumboard</a></li>
<li><a href="/projects/browser-extensions/me-want-cookies.html">Me Want Cookies</a></li>
</ul>
</li>
<li>
<b>GNOME Extensions</b>
<ul>
<li><a href="/projects/gnome-shell-extensions/outta-space.html">Outta Space</a></li>
</ul>
</li>
</ul>
</aside>
<main>
<article>
<section id="decrypter">
<h3>Encrypted Content</h3>
<p>
The Project you were trying to access contains Classified Information, and
is only visible to people that received their unique passphrase to view it.
<p>
<p>
Attempts to bypass or circumvent the encryption of this document will
be logged and acted upon. Just move on if you don't have a password,
it's less time wasted for the both of us.
</p>
<p>
The Decrypter also needs a Web Browser that supports the <a href="https://caniuse.com/cryptography" target="_blank">Web Crypto API</a>.
If in doubt, use a sandboxed Firefox or a sandboxed Chromium.
<div>
<input data-name="filepath" type="text" placeholder="/path/to/file.md" disabled/>
<input data-name="password" type="password" placeholder="3nt3r p4$$w0rd!" disabled/>
</div>
<footer>
<div></div>
<div></div>
<div><button data-action="decrypt" disabled>Decrypt</button></div>
</footer>
</section>
</article>
</main>
</div>
<footer>
<div></div>
<div class="print-not">Made with 💔 in Germany. © Cookie Engineer (https://cookie.engineer). All rights (and jokes) reserved under European Law.</div>
<div></div>
</footer>
</body>
</html>