Skip to content

Commit

Permalink
Add link to video explaining how to approach level 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Jan 26, 2024
1 parent 2d6fa70 commit e63c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ modules:
description: Decrypt a secret encrypted with AES using the ECB mode of operation
- id: level-5
name: level5
description: Decrypt a secret encrypted with AES-ECB, where arbitrary data is appended to the secret and the key is reused
description: Decrypt a secret encrypted with AES-ECB, where arbitrary data is appended to the secret and the key is reused. This level is quite a step up in difficulty (and future levels currently do not build on this. Check out [this lecture video](https://youtu.be/YO5bgKjqW00?t=1901) on how to approach level 5.
- id: level-6
name: level6
description: Perform a Diffie-Hellman key exchange to establish a shared secret
Expand Down

0 comments on commit e63c4ac

Please sign in to comment.