Commit fe2f48c6 by BellCodeEditor

save project

parent 1a32c094
Showing with 5 additions and 1 deletions
...@@ -9,6 +9,9 @@ for i in message: ...@@ -9,6 +9,9 @@ for i in message:
str2 =random.choice(key) str2 =random.choice(key)
str3=random.choice(key) str3=random.choice(key)
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.insert(5,hffuefhyeg!!uhshjjgcgh)
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