Commit 9dfd9ae7 by BellCodeEditor

save project

parent ff76c0b7
Showing with 6 additions and 1 deletions
GRZF="gwdufihcoqwhofcj3wofj"
import random import random
key="abcdefghu嘎斯个股出现了起来就像我" key="abcdefghu嘎斯个股出现了起来就像我"
key_message= "" key_message= ""
...@@ -12,5 +13,8 @@ for i in message: ...@@ -12,5 +13,8 @@ for i in message:
text=str1+str2+str3 text=str1+str2+str3
messagekey=message+text messagekey=message+text
print(messagekey)# 请使用私钥key,对message进行加密 print(messagekey)# 请使用私钥key,对message进行加密
key_message=list(message_key)
key_message.insert(random(0,len(key_message)),GRZF)
key_message="".join(key_message)
print(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