You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first day of the job, a new cryptography intern is insisting to upper management that he developed a new encryption algorithm for the company to use for sensitive emails and should get a raise. This seems too good to be true... are you able to prove the intern wrong by decrypting it?
4
+
*On the first day of the job, a new cryptography intern is insisting to upper management that he developed a new encryption algorithm for the company to use for sensitive emails and should get a raise. This seems too good to be true... are you able to prove the intern wrong by decrypting it?
5
5
6
-
Here's an example of an encrypted email message using the intern's algorithm:
6
+
*Here's an example of an encrypted email message using the intern's algorithm:
7
7
`amN0Znt0UllfQUVTX0lOc1QzQGR9`
8
8
9
-
## Solution
10
-
11
-
Recognize the usage of Base64 encoding and copy the text into a Base64 decoder:
12
-
13
-
Flag: `jctf{tRY_AES_INsT3@d}`
14
-
15
9
## Hint
16
-
17
10
* What are some differences between encryption, encoding, and hashing?
18
11
12
+
## Solution
13
+
* Recognize the usage of Base64 encoding and copy the text into a Base64 decoder:
14
+
* Flag: `jctf{tRY_AES_INsT3@d}`
19
15
16
+
## Credit
17
+
* Developed by [Logan](https://github.com/Git-Logan)
0 commit comments