
Linear-feedback. Shift. Register.
90 points
13 Solves
Cryptography
WolfowyCommunity Rating: 5.00 / 5
Headline
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Hello!
I have just implemented a super-cool PRNG!
I've used every next generated by it number to XOR every next character in my super-secret message with.
Are you able to retrieve it?
Btw. Biggest possibly generated number by my PRNG is 255.
Psst. The retrieved message would be your flag!
As always, starting with: CTFlearn{...
I'm giving you the PRNG scheme with a brief description (description.png) and a "secretMessage.hex" file with every byte being the corresponding message char inside PRNG.zip file.
First 10 Solvers
Rank | Username |
---|---|
1 | uynguyen |
2 |
Gilad
|
3 | ebouteillon |
4 | SunTzu |
5 | momo1 |
Rank | Username |
---|---|
6 | spintronix |
7 | zharfanf |
8 | 3cd54 |
9 | Rivit |
10 | impulse |
michaelmichael
Wiki title. Once you fully understand the idea of the N mask, you can solve by trial and error with python string and xor skills. You should also be fluid in representing ascii strings in binary format to see what is happening with patterns...
Ichild
[REDACTED] This comment is only shown to users who have solved this challenge.
Wolfowy
Great solution :)
Rivit
Very good challenge
Wolfowy
Thank you :)
zharfanf
remember format of the flag
uynguyen
The nice one! We have to do many steps by hand to find the seed key
Wolfowy
Thanks! It depends on an approach ;)