Question: Assignment Using the following limited string of characters abc123&& Create a dynamic rainbow table of all password 4-7 characters in length, along with the md5

Assignment Using the following limited string of characters "abc123&&" Create a "dynamic" rainbow table of all password 4-7 characters in length, along with the md5 hash of each password. Store them into a Python dictionary. Serialize the resulting table and store it in a file "rainbow.db" Display the first 5 and last 5 entries in the dictionary along with the length of the dictionary. You will submit 4 files. 1) Your python source code 2) Your resulting rainbow.db File 3) Screenshot of your output 4) A short document (in PDF format) describing how you could use a dynamic rainbow table to crack passwords
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
