import zipfile import itertools import string from threading import Thread def crack(zip, pwd): try: zip.extractall(pwd=str.encode(pwd)) print(&quo