Commit b4605f5c by BellCodeEditor

save project

parent 58650880
Showing with 4 additions and 2 deletions
...@@ -7,11 +7,13 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -7,11 +7,13 @@ message = "诺依,周末一起去看动漫展吧!"
message2="" message2=""
for i in message: for i in message:
str1=random.choice(key) str1=random.choice(key)
str2=random.choice(key) str2=random.choice(message)
str3=random.choice(key) str3=random.choice(key)
x=str1+str2+str3 x=str1+str2+str3
message2=message2+x message2=message2+x
message2=list(message2)
message2.insert(2,"pocndsvsdij")
message2="".join(message2)
print(message2) print(message2)
# 请使用私钥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