10 lines
403 B
YAML
10 lines
403 B
YAML
slug: santas_salad
|
|
title: "Santa's Salad"
|
|
description: "Santa loves Caesar salad for lunch, but he is worried that someone might steal his secret recipe. He decided to encrypt it using a simple Caesar cipher. Can you help him recover the recipe?"
|
|
category: "crypto"
|
|
points: 100
|
|
is_visible: true
|
|
complexity: 1
|
|
attachments:
|
|
- "public/ciphertext.txt"
|
|
flag_plaintext: "CTF{m4k3_c43s4r_c1ph3r_gr34t_4g41n}" |