cryptoProhard
LCG Embryonic
spbctf
Task: Full LCG parameter recovery when n, m, c are all unknown. Solution: Use GCD method on differences t[i+1]*t[i-1] - t[i]^2 to recover modulus n, then modular inverse for m and c.
🔒
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 Warmup— spbctf
- [crypto][free]Embryonic Plant— HackTheBox
- [crypto][free]BabyEncryption— hackthebox
- [crypto][Pro]RBG+— kalmarctf