cryptoProeasy

Plus Plus

spbctf

Task: elliptic curve point addition on y² = x³ - 3x + 1 over GF(257), given points P(8,177) and Q(234,53). Solution: applied standard ECC point addition formulas to compute P + Q = (31, 245), flag is coordinate concatenation 31245.

$ ls tags/ techniques/
elliptic_curve_point_addition

🔒

Permission denied (requires tier.pro)

Sign in to access full writeups

Sign in with GitHub to continue. No email required.

$sign in

$ grep --similar

Similar writeups

  • [crypto][Pro]Plusspbctf
  • [crypto][Pro]+*spbctf
  • [crypto][Pro]Multikspbctf
  • [crypto][Pro]DLP Easyspbctf
  • [crypto][Pro]LCG Babyspbctf