Commit a0cc5f38 by BellCodeEditor

save project

parent aee7148a
Showing with 4 additions and 4 deletions
......@@ -7,10 +7,10 @@ message = "诺依,周末一起去看动漫展吧!"
key_message=""
# 请使用私钥key,对message进行加密
for i in range(len(message)):
a=message[1]
b=message.choice(key)
c=message.choice(message)
key_message=key_message+d
a=message[i]
b=random.choice(key)
c=random.choice(key)
key_message=key_message+a+b+c
print(key_message)
message1=list(key_message)
message1.insert(random.randint(0,len(message1)),"¥%……&*$%_*^&%(%^")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment