Tags: crypto vigenere
Rating:

on this challenge, we were given with ciphertext and a key to decrypt it then after reviewing challenge name again, this one should be vigenere cipher
So I went to https://www.dcode.fr/vigenere-cipher to decode it and sure enough, this one is vigenere cipher
```
n00bz{vigenerecipherisfun}
```