Commit 1df0a054 by BellCodeEditor

save project

parent a00a98a8
Showing with 6 additions and 2 deletions
...@@ -9,9 +9,13 @@ for i in message: ...@@ -9,9 +9,13 @@ for i in message:
stry1=i stry1=i
stry2=random.choice(key) stry2=random.choice(key)
stry3=random.choice(key) stry3=random.choice(key)
text=stry1+stry2+stry3 texe=stry1+stry2+stry3
text2=text2+text texe2=texe2+texe
print(texe2) print(texe2)
name="vhgscvife"
a=list(texe2)
a.insert(1,name)
# 请使用私钥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