import hashlib print("# # # # # # Password Hacking # # # # # #") # to check if the password is found or not in the text file. password_found = 0 input_hashed = input(" Please enter the hashed password: ") password_document = input(" \n Please enter the passwords file name including its path(root / home/): ")
import hashlib print("# # # # # # Password Hacking # # # # # #") # to check if the password is found or not in the text file. password_found = 0 input_hashed = input(" Please enter the hashed password: ") password_document = input(" \n Please enter the passwords file name including its path(root / home/): ")