Commit 66cda036 by BellCodeEditor

save project

parent 2c9508de
Showing with 3 additions and 4 deletions
...@@ -10,13 +10,12 @@ for i in message: ...@@ -10,13 +10,12 @@ for i in message:
str2=random.choice(key) str2=random.choice(key)
text=mi+str1+str2 text=mi+str1+str2
keymessage=keymessage+text keymessage=keymessage+text
ts="我是你爹"
ts1=list(ts)
p=list(keymessage) p=list(keymessage)
p.insert(5,ts1) p.insert(5,"2321321dsdwadasdawdasdawd")
join("",p) join("",p)
keymessage=p keymessage=p
print(keymessage print(keymessage)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
......
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