Commit 373eed19 by BellCodeEditor

save project

parent e002ec4b
Showing with 1 additions and 1 deletions
...@@ -15,7 +15,7 @@ for i in message: ...@@ -15,7 +15,7 @@ for i in message:
key_message=text+key_message key_message=text+key_message
list_message=list(key_message) list_message=list(key_message)
list_message.insert(2,noisy) list_message.insert(2,noisy)
kby="".join(key_message) kby="".join(list_message)
print(kby) print(kby)
# 请使用私钥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