cryptoProhard
Thousands of RNGs
kalmarctf
Task: 3500 LFSRs over GF(2) with known irreducible polynomials XOR-combined into 6.8M bit stream, need to recover states to decrypt AES-ECB flag. Solution: Partial fraction decomposition using product tree and remainder tree with derivative trick for fast modular arithmetic.
$ ls tags/ techniques/
partial_fraction_decompositionproduct_treeremainder_treederivative_trickpower_series_inverse
🔒
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]Mental flow— duckerz
- [crypto][free]Embryonic Plant— HackTheBox
- [crypto][Pro]RBG+— kalmarctf
- [crypto][Pro]UofT LFSR Labyrinth— uoftctf2026
- [crypto][Pro]GFPRNG— volgactf