Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

CS-370-nilsstreedain/cbc-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CBC Decrypt

Greetings,

Please proceed to the cbc-decrypt folder under week3; a challenge is waiting for us.

Your job is to find the key used for cbc encryption. We first provide encrypted_flag to you: that contains data and the data is encrypted by using cbc. We also provide a list of passwords that will be the candidate keys. Your job is to find which key leads to the decrypted plaintext data that starts with cs370. Once you're successful, you will have the flag.

Good luck