tl;dr
- Find Elliptic Curve parameters from given points on the curve
- Find x-coordinate of 2*P, given y-coordinate of 2*P
- Invert 2 over mod (P.order()) and multiply the result with 2*P to get P
- Submit ASIS{P.x} as the flag
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, separatelyM
tl;dr Coppersmith’s Attack to recover RSA primes
tl;dr
tl;dr Known plaintext attack on a multithreaded AES-CTR
tl;dr
tl;dr
2 / 2