Cryptography Level 4 140 points

Cryptanalysis - DSA Nonce Reuse Key Recovery

Mission

signatures.json contains two DSA signatures that reused the same nonce. Recover nonce k and private key x from the signature difference, then decrypt the flag using repeated SHA256(str(x)) as an XOR key.

#cryptography#dsa#nonce-reuse#key-recovery

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag