Commit 784bf531 by BellCodeEditor

save project

parent 32fd05d3
Showing with 4 additions and 1 deletions
......@@ -14,10 +14,13 @@ for i in message:
print(key_message)
list(message)=list(key_meccage)
list_message.insent(S,noise)
result_message=""join(list_message)
index=random.randint(0,len(key_message))
list_message insert(index,noise)
result_message="".join(list_message)
print(result_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