Using the following limited string of characters abc123&&
Create a 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
You will submit 3 files.
2) Your resulting rainbow.db File
3) Screenshot of your output