Tags: crypto vigenere
Rating:
![pic1](https://github.com/ChickenLoner/Write-Up/raw/main/_resources/35f09f305b2a252d3cca36fdf2d074bb.png)
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}
```