CryptHashData, CryptDeriveKey from wincrypto.constants import CALG_SHA1, CALG_AES_256 import hashlib import binascii import sys # read in the file filename = sys.argv[1] f = open(filename, 'r') data_enc = f.read() # decrypt the secret used for the AES key key_str_enc = "4175c4...