Exemplo n.º 1
0
def drenchDec(data, key):
    from drench import blowfish
    return blowfish(key).decrypt(data)
def drenchDec(data, key):
    from drench import blowfish
    return blowfish(key).decrypt(data)