Commit 838759fd by BellCodeEditor

save project

parent 8158c500
Showing with 3 additions and 3 deletions
mport random import random
# 私钥 # 私钥
key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...@@ -16,4 +16,4 @@ for i in message: ...@@ -16,4 +16,4 @@ for i in message:
list_message=list(key_message) list_message=list(key_message)
list_message.insert(5,noise) list_message.insert(5,noise)
resul_message = "".join(list_message) resul_message = "".join(list_message)
print(list_message)i print(list_message)
\ No newline at end of file \ 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