Commit 673cde0e by BellCodeEditor

save project

parent 96e1cf91
Showing with 5 additions and 5 deletions
...@@ -10,12 +10,12 @@ for i in message: ...@@ -10,12 +10,12 @@ for i in message:
h=i h=i
d=random.choice(key) d=random.choice(key)
e=random.choice(key) e=random.choice(key)
text=h+d+e t=h+d+e
text message = tect_message + text t = t + t
print(tect_message) print(tect_message)
noise = "97hj9"
print(r_t)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
list_text.insert(5,noise)
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