Skip to content

Commit

Permalink
trim
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jan 20, 2025
1 parent dcaf44f commit 1f6d460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cryptography/module.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Cryptography
description: Solve various cryptography challenges ranging from decoding base64 data to performing a simplified TLS handshake.
description: |
Solve various cryptography challenges, starting from the fundamentals and diving toward advanced concepts!
This module assumes that you know how to deal with [data encodings](/fundamentals/data-dealings).
challenges:
- id: xor
name: XOR
Expand All @@ -9,8 +11,6 @@ challenges:
name: ASCII
- id: strxor
name: ASCII Strings
- id: level-1
name: Base64
- id: level-2
name: One-time Pad
- id: level-3
Expand Down

0 comments on commit 1f6d460

Please sign in to comment.