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
tl;dr
Intended solution of PRetty stroNG challenge from InCTF Internationals 2019
tl;dr
Intended solution of waRSAw challenge from InCTF Internationals 2019
tl;dr variant of LSB Oracle Attack on unpadded RSA
tl;dr
Full solution of EZDSA challenge from MidnightSun CTF Quals 2019.
tl;dr retrieving key using Euler’s Criterion to break signature authentication
tl;dr solving RSA Digital Signature using it’s homomorphic property:
M to be signed, separatelyMtl;dr Coppersmith’s Attack to recover RSA primes
tl;dr
tl;dr Known plaintext attack on a multithreaded AES-CTR
tl;dr