Skip to content

Commit

Permalink
hint
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Sep 26, 2024
1 parent 3050008 commit e7129d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cryptography/level-3/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ Can you decrypt the flag?

----
**Hint:** think deeply about how XOR works, and consider that it is a distributative, commutative, and associative operation...

**Hint:** we recommend writing your solution in Python and using the `strxor` function that we use in the challenge! It makes life much simpler.

0 comments on commit e7129d5

Please sign in to comment.