Halloween Party - ASIS CTF Quals 2019 s0rc3r3r 2019-04-23 Crypto / Elliptic-Curves 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 Read More
Alice sent Bob a meme - UTCTF 2019 s0rc3r3r 2019-03-12 Crypto / Elliptic-Curves tl;dr Extract data from given images using binwalk Tranform given diophantine equation into a cubic curve and retrieve EC parameters Solve ECDLP given in extracted data using Pohlig Hellman Algorithm Read More ECDLP PohligHellman