Commit 4d48296a by BellCodeEditor

save project

parent 9500b0a7
Showing with 4 additions and 0 deletions
......@@ -7,6 +7,7 @@ message = "诺依,周末一起去看动漫展吧!"
# 请使用私钥key,对message进行加密
key_massage=""
noise="port:yuufg"
for i in message:
str1=i
str2=random.choice(key)
......@@ -14,5 +15,8 @@ for i in message:
text=str1+str2+str3
key_massage=key_massage+text
list_message=list(key_massage)
list_message.insert(5,noise)
result_message="".join(list_message)
print(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