コード例 #1
0
def drenchDec(data, key):
    from drench import blowfish
    return blowfish(key).decrypt(data)
コード例 #2
0
def drenchDec(data, key):
    from drench import blowfish
    return blowfish(key).decrypt(data)