mirror of
https://github.com/vee1e/Cryptonite-Taskphase.git
synced 2026-09-01 19:17:14 +00:00
Make it a one-liner command
This commit is contained in:
parent
7f4e23b35c
commit
0f46218ac3
1 changed files with 1 additions and 3 deletions
|
|
@ -37,10 +37,8 @@ int main()
|
|||
|
||||
Compiling and running it, we get
|
||||
```
|
||||
~/Projects $ gcc main.c -o main
|
||||
~/Projects $ ./main
|
||||
~/Projects $ gcc main.c -o main && ./main
|
||||
QJDPDUGUIFOVNCFSTNBTPO
|
||||
~/Projects $
|
||||
```
|
||||
|
||||
This seems to be a Caesar cipher. Using the solver on [dcode](https://www.dcode.fr/caesar-cipher) and decrypting it using brute-force, we get the answer as `PICOCTFTHENUMBERSMASON`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue