Question: need help with this code solution please provide scrrenshot of code thanks Question: 1. Write a python program to crack the password of the attached

Question: 1. Write a python program to crack the password of the attached encrypted pdf document ("SecretDoc.pdf") using the attached password dictionary file ("passwords.txt"). The program must also extract the text from the pdf document and provide the correct password and the extracted text in the output section below. Use the below program to read individual words from a text file: Sample program to read individual words from a text file: file = open("data.txt","r") for word in file.read().split(): print(word)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
