Commit 4e165e3a by BellCodeEditor

save project

parent 0a322c3a
Showing with 7 additions and 5 deletions
......@@ -11,11 +11,12 @@ for i in message:
d=random.choice(key)
e=random.choice(key)
t=h+d+e
t = t + t
print(tect_message)
noise = "97hj9"
print(r_t)
text_message = text_message + t
noise = "97hj9"
# 请使用私钥key,对message进行加密
list_text = list(text_message)
list_text = random
list_text.insert(5,noise)
r_text="".join(list_text)
print(r_text)
\ No newline at end of file
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