Skip to content

Commit db2fff6

Browse files
authored
Update README.md
1 parent b62cbdc commit db2fff6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

crypto/new-algorithm/README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# new-algorithm
22

33
## Challenge Text
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?
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?
55

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:
77
`amN0Znt0UllfQUVTX0lOc1QzQGR9`
88

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-
159
## Hint
16-
1710
* What are some differences between encryption, encoding, and hashing?
1811

12+
## Solution
13+
* Recognize the usage of Base64 encoding and copy the text into a Base64 decoder:
14+
* Flag: `jctf{tRY_AES_INsT3@d}`
1915

16+
## Credit
17+
* Developed by [Logan](https://github.com/Git-Logan)

0 commit comments

Comments
 (0)