Faulty LFSR - InCTF Internationals 2020 ph03n1x 2020-08-02 Crypto / LFSR tl;dr Find the co-relation between variables in the LFSR equation d == out (75%) a == b (75%) c^d == out (75%) (d!= out) => (c==1) always Solve for the seed using 2000 output bits Try out which among the four possible combinations decrypt the flag Read More InCTFi LFSR Correlation attack