cryptoProeasy
LCG Warmup
spbctf
Task: Recover parameter c of LCG when multiplier m and modulus n are known. Solution: Use formula c = (x1 - m * x0) mod n with 2 consecutive outputs to find c and predict next value.
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [crypto][Pro]LCG Baby— spbctf
- [crypto][Pro]LCG Embryonic— spbctf
- [crypto][free]Embryonic Plant— HackTheBox
- [crypto][Pro]Thousands of RNGs— kalmarctf
- [crypto][Pro]Blum-blum-shub— spbctf