-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel3.html
More file actions
62 lines (54 loc) · 2.41 KB
/
level3.html
File metadata and controls
62 lines (54 loc) · 2.41 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
<!DOCTYPE html>
<!-- saved from url=(0033)https://ecell.iiitnr.ac.in/level4 -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSEA</title>
<script type="module" crossorigin="" src="index-DK-DEHfI.js.download"></script>
<link rel="stylesheet" crossorigin="" href="index-BX2FnSiu.css">
<style type="text/css">
.scroll-to-top {
background-color: white;
right: 40px;
bottom: 40px;
position: fixed;
z-index: 2;
cursor: pointer;
border-radius: 7px;
width: 40px;
height: 40px;
box-shadow: 0 9px 25px 0 rgba(132, 128, 177, 0.28);
border: none;
}
.scroll-to-top:active {
transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}
</style>
<style data-emotion="css" data-s=""></style>
</head>
<body data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0">
<div id="root">
<div class="main">
<div class="level1">
<div class="level-title" style="font-family: Georgia, 'Times New Roman', Times, serif;">LEVEL 3: The Forbidden
Cipher </div>
<div class="level-story" style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">You’ve discovered
a mysterious scroll hidden in the Tech Escape. The scroll contains an encrypted message that seems to be
related to the Tech Escape Tournament. Decipher the message to uncover the
hidden truth. Clue: The message is encrypted using a cipher that requires a key. The key is the name of the
object that chose the champions in the Triwizard Tournament, and there are 12 such keys. The decrpted output
is the answer to your problems.</div>
<div class="encrypted-container">
<div class="encrypted-message">
<pre>NeHCfD9/maHZI6LrsEXAAIXWepojKWrQJWQfr63iRd9bgOEBewDJmfE8ZZj0nzKQLB2n/Y+xD+rpZ6bsm9gbUw==</pre>
</div><a
href="data:text/plain;base64,TmVIQ2ZEOS9tYUhaSTZMcnNFWEFBSVhXZXBvaktXclFKV1FmcjYzaVJkOWJnT0VCZXdESm1mRThaWmowbnpLUUxCMm4vWSt4RCtycFo2YnNtOWdiVXc9PQ0K"
download="encrypted_message.txt" class="download-button">Download Encrypted Message</a>
</div>
</div>
</div>
</div>
</body>
</html>