Skip to content

Instantly share code, notes, and snippets.

View mathysEthical's full-sized avatar
🚩

Mathys Reboux mathysEthical

🚩
View GitHub Profile
@mathysEthical
mathysEthical / ECC2.md
Created February 22, 2024 00:43 — forked from jproney/ECC2.md
ECC2_Writeup

PicoCTF 2017: ECC2

A 1064CBread Writeup

Problem

In the file handout.txt, we are given the following parameters for an elliptic curve:

  • y^2 = x^3 + A*x + B mod M -- the curve equation
  • M -- the modulus of the curve