python:实现XOR加密 #md5算法 import hashlib h_md5 = hashlib.md5() x = input("请输入要加密的文字:") print( "Text:",x) data