n00bzCTF - Writeup
Last updated
Was this helpful?
Last updated
Was this helpful?
Category: Crypto
Points: 100
Can you decode this message? The challenge provides an encrypted flag and a key:
Encrypted flag: nmivrxbiaatjvvbcjsf
Key: secretkey
We are tasked with decoding the encrypted message to reveal the flag.
This challenge uses the Vigenère cipher, a method of encrypting alphabetic text by using a simple form of polyalphabetic substitution.
Search online for Vigenere cipher decoder and input the enc flag and the key
Result:
The decrypted message is: vigenerecipherisfun
.
The flag is: n00bz{vigenerecipherisfun}