79156796

Date: 2024-11-04 19:52:59
Score: 2.5
Natty:
Report link

The issue was that I was not including the last 8 bytes in the exchange message because I had the message exchange length set 8 bytes too short. The print outs I added for debugging looked correct because I was using the individual element's lengths, but the message I was hashing for server verification was actually missing the last 8 bytes.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ruben Boero