Skip to content

Commit fd6135e

Browse files
committed
fix(numbers-go-br): formatting
1 parent 5126aeb commit fd6135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/cryptography/numbers-go-brrr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ print("Here is the encrypted flag:", encrypt(flag.encode()))
5050

5151
This encryption service provides the encrypted flag if we type `1` and encrypts a message if we type `2`. Encryption is done using AES in ECB mode with a random key generated from a seed.
5252

53-
## Solving
53+
## Solving
5454

5555
We can easily solve this task by brute-forcing the seed and decrypting the flag. We can do this by connecting to the service and getting the encrypted flag. We can then bruteforce the seed and decrypt the flag. Since the seed is generated randomly from 0 to 10^6, we can brute force it in a reasonable time.
5656

0 commit comments

Comments
 (0)