Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 221 Bytes

File metadata and controls

9 lines (6 loc) · 221 Bytes

AES-GCM-Nonce-Reuse-Attack

Create a .env file consisting of:

  • CIPHER1=[ciphertext1 in Base64 format]
  • CIPHER2=[ciphertext2 in Base64 format]
  • PLAIN1=[plaintext1 in string format]

The program reveals plaintext2 :)