Cryptography Level 2 75 points

Hash Length Extension Attack

Mission

Simple signatures such as hash(secret || message) can be vulnerable to length extension attacks with Merkle-Damgard hashes. Known message and SHA-256: message = "user=guest" sha256(secret || message) = 84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882 append = "&admin=true" This task checks your understanding of the attack procedure. Join the three English words naming the attack - hash, extension, attack - with underscores in lowercase and submit them as KINOCO{...}.

#cryptography#hash#sha256#length-extension

Clear it in 3 steps

Not started
  1. No environment needed

    This challenge can be solved with the information in the statement alone. Submit the flag you find directly.

  2. Submit the flag