Commit fc3f8564 by BellCodeEditor

auto save

parent 99839f11
Showing with 4 additions and 2 deletions
......@@ -10,7 +10,8 @@ key_message=""
print(key_message)
# 请使用私钥key,对message进行加密
noise="fsfd"
li_message=liist(message)
li_message.inseret(3,noise)
li_message=list(message)
x=random.randint(0,len(li_message))
li_message.insert(x,noise)
aa="".join(li_message)
print(aa)
\ 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