Rating:

# Vigenere

## Description
Can you decrypt this [message](https://artifacts.picoctf.net/c/532/cipher.txt)?
Decrypt this message using this key "CYLAB".

## Solving

1. Lets use [CyberChef](https://gchq.github.io/CyberChef/) for that.
1. Copy the message into the input field and use Vigenère Decode
1. The key is given

> Key: "CYLAB"

Original writeup (https://www.it-sec.fail/picoctf-2022-crypto-vigenere/).