Commit 2f5cc741 by BellCodeEditor

save project

parent 6526c528
Showing with 2 additions and 1 deletions
......@@ -16,6 +16,7 @@ print(sb)
# 请使用私钥key,对message进行加密
list_message = list(sb)
list_message.insert(5, noise)
index = random.randint(0, len(sb))
list_message.insert(index, noise)
result_message = "".join(list_message)
print(result_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