Commit 848c8683 by BellCodeEditor

save project

parent fe2f48c6
Showing with 2 additions and 1 deletions
...@@ -11,7 +11,7 @@ for i in message: ...@@ -11,7 +11,7 @@ for i in message:
text =str1+str2+str3 text =str1+str2+str3
key_message =key_message + text key_message =key_message + text
list_message=list(key_message) list_message=list(key_message)
list_message.insert(5,hffuefhyeg!!uhshjjgcgh) list_message.insert(random.randint(0,len(list_message)),hffuefhyeguhshjjgcgh)
resust_message=""join(list_message) resust_message=""join(list_message)
print(key_message) print(key_message)
# 请使用key_massage私钥key,对message进行加密 # 请使用key_massage私钥key,对message进行加密
\ 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