Tet's Lucky Draw

Originally designed for the CTF-UPB workshop, this challenge presents a TCP service running a guessing game powered by a 32-bit Linear Congruential Generator. It requires attackers to brute-force hidden initial lower bits by analyzing partially revealed LCG states in an interactive oracle environment.

PythonCryptographyCTF