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.

$ ls tags/ techniques/
gcd_modulus_recoverylcg_full_recovery

🔒

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