Tag: CTF

  • Multi-Byte Key XOR Bruteforce

    Given nothing but the ciphertext, how can you bruteforce the key to get the plaintext? The script I wrote to solve this challenge bruteforces all possible values for the key, and works for both single-byte keys and multi-byte keys. The only requirement is that the user know a piece of the plaintext so that the…