Commit a34397a7 by BellCodeEditor

save project

parent 24a91743
Showing with 2 additions and 1 deletions
......@@ -13,7 +13,8 @@ for i in message:
key_message=key_message+q
# 请使用私钥key,对message进行加密
l=list(key_message)
l.insert(5,"ssggguu")
index=random.randint(0,len(key_message))
l.insert(index,"ssggguu")
w="".join(l)
print(w)
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