Commit 267db15b by BellCodeEditor

auto save

parent 391e6de4
Showing with 6 additions and 1 deletions
import random import random
key = "使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!" key = "使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
message = "诺依,周末一起去看动漫展吧!" message = "sb,周末一起去看动漫展吧!"
key_message="" key_message=""
for i in range(len(message)): for i in range(len(message)):
a=message[i] a=message[i]
......
for i in range(1000,1000,1):
...@@ -9,3 +9,6 @@ for i in key: ...@@ -9,3 +9,6 @@ for i in key:
text=key1+a+b text=key1+a+b
baocun = baocun+text baocun = baocun+text
print(baocun) print(baocun)
key1.insert(random.randint(0,len(miyao1)),"##@$$$^#%$^%^%^&^^&%^&$R$#$R#@%#")
key2="".join(key1)
print(miyao2)
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