Cracker.zip: Crypto Wallet

def generate_passwords(length): chars = 'abcdefghijklmnopqrstuvwxyz' return itertools.product(chars, repeat=length)