Python异或加密字符串

import os
import sys
import struct

def enc(path, key):
    path_ret = ""
    for i in range(0, len(path)/4):
        path_ret += struct.pack("

  

>>> ================================ RESTART ================================
>>> 
daniel King 
洖憱殦叽枒樳
daniel King 
>>> 

  

转载于:https://www.cnblogs.com/long123king/p/3904118.html

你可能感兴趣的:(Python异或加密字符串)