Cryptography: Decrypting Files With a Dictionary Attack

A Dictionary Attack is a brute force technique that runs through a list of pre-selected common words and phrases to gain access to an information system. In this lab, you will gain hands-on experience on how to parse the Initialization Vectors (IVs) from a file, decrypt a file using python and execute a dictionary attack on an encrypted file.

Time
2 hours
Difficulty
Intermediate
Share
NEED TO TRAIN YOUR TEAM? LEARN MORE
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Overview

A Dictionary Attack is a brute force technique that runs through a list of pre-selected common words and phrases to gain access to an information system. In this lab, you will gain hands-on experience on how to parse the Initialization Vectors (IVs) from a file, decrypt a file using python and execute a dictionary attack on an encrypted file.