crypto

stream-cipher-fans-when

tldr;

circle-check
  • cipher.py — the vulnerable encryption scheme

  • AIW-truncated.txt — the public-knowledge plaintext source (Alice in Wonderland)

  • encrypted.bin — ciphertext we must decrypt

details — what to do

  • The generating code that places the secret into the ciphertext path is in cipher.py:

    • This write the encrypted data to encrypted.bin:

an meth example

meth

solve

  • watctf{https://graydon2.dreamwidth.org/319755.html}

java-oracle

Consult the Java Oracle Secure Vault — but beware, its predictions leak more than your morning espresso. nc challs.watctf.org 2013

tldr;

circle-check
  • Flag: watctf{quantum_helix_padding_oracle}

permpress

Last updated